0.4.1 • Published 2 years ago
@workleap/create-project v0.4.1
@workleap/create-project
A CLI to create new Workleap projects using prompts and your favourite package manager create command.
Interactive
You can create a new project interactively by running:
pnpm create @workleap/project@latest <output-directory>After simply follow the prompts.
Develop
During development, we are using pnpm, this is the recommended tooling.
To test locally your development version, without the need to rebuild and install it continually, use this command:
pnpm devThen you can call the CLI as a global command from create-project.
Then to remove the link:
pnpm unlink