@victorylabs/create
v0.2.12
Published
npm-init wrapper for @victorylabs/cli. Enables `pnpm create @victorylabs my-app`.
Downloads
1,635
Maintainers
Readme
@victorylabs/create
Thin wrapper around @victorylabs/cli that enables the npm init / pnpm create / bun create / yarn create ergonomics for scaffolding a @victorylabs/* app.
Usage
Scaffold into a new sibling directory:
pnpm create @victorylabs my-app
# or
npm init @victorylabs -- my-app
# or
bun create @victorylabs my-appScaffold into the current working directory:
pnpm create @victorylabs
# or
npm init @victorylabs --Flag forwarding
All flags pass through to @victorylabs/cli:
pnpm create @victorylabs my-app --template kit-default --forceNote for
npm initusers: put flags after--sonpmitself doesn't consume them:npm init @victorylabs -- my-app --template kit-default
Behind the scenes
This package simply runs @victorylabs/cli:
- With a project name argument →
core create <name> - With no positional argument →
core init(scaffold intocwd)
Use @victorylabs/cli directly for the full command surface (including core list templates, core add, core generate, etc.).
License
MIT
