create-chispa
v0.1.0
Published
A CLI tool to create a new Chispa project with a single command.
Readme
create-chispa
A CLI tool to scaffold a new Chispa project in seconds.
Usage
You can create a new project by running:
npm create chispaOr with npx:
npx create-chispaThen follow the interactive prompts to set up your project name.
Development
If you want to contribute or build the CLI tool locally:
# Clone the repository
git clone https://github.com/joecarl/create-chispa.git
cd create-chispa
# Install dependencies
npm install
# Build the CLI
npm run build
# Test the CLI locally
node ./dist/index.js my-test-projectLicense
MIT
