@usebasejump/cli
v0.0.16
Published
Generate new basejump projects from the command line
Downloads
89
Readme
Basejump CLI
Generate new basejump projects from the command line. Also provides a few generator functions for helpful models and components while building.
Setup
- Install the package globally:
yarn global add @usebasejump/cli
ornpm install -g @usebasejump/cli
- Run
basejump
to see the available commands
Alternatively, you can run npx @usebasejump/cli
to run the CLI without installing it globally.