Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 652 Bytes

File metadata and controls

31 lines (19 loc) · 652 Bytes

@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 dev

Then you can call the CLI as a global command from create-project.

Then to remove the link:

pnpm unlink