A CLI to create new Workleap projects using prompts and your favourite package manager create
command.
You can create a new project interactively by running:
pnpm create @workleap/project@latest <output-directory>
After simply follow the prompts.
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 dev
Then you can call the CLI as a global command from create-project
.
Then to remove the link:
pnpm unlink