Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 419 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 419 Bytes

Basejump CLI

Generate new basejump projects from the command line. Also provides a few generator functions for helpful models and components while building.

Setup

  1. Install the package globally: yarn global add @usebasejump/cli or npm install -g @usebasejump/cli
  2. Run basejump to see the available commands

Alternatively, you can run npx @usebasejump/cli to run the CLI without installing it globally.