https://github.com/usebasejump/cli
Project generator for Supabase / Basejump
https://github.com/usebasejump/cli
Last synced: 3 months ago
JSON representation
Project generator for Supabase / Basejump
- Host: GitHub
- URL: https://github.com/usebasejump/cli
- Owner: usebasejump
- Created: 2023-04-01T19:50:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T03:09:36.000Z (about 2 years ago)
- Last Synced: 2025-06-28T09:36:58.152Z (12 months ago)
- Language: TypeScript
- Size: 82 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
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.