Project initialization logic for vlt
.
Overview
This is a tool that provides the project initialization logic used by the vlt cli and gui.
Usage
import { init } from '@vltpkg/init'
// initalize a projectconst results = await init({ cwd: '/some/path' })
// now results contains { manifest: { path, data }}