@kluster/kaspa-starter-cli
v0.4.1
Published
A simple CLI to bootstrap a new Kaspa project.
Readme
Kaspa Starter CLI
A simple CLI to bootstrap a new Kaspa project.
Usage
To use the CLI, run the following command and follow the prompts:
npx @kluster/kaspa-starter-cliThis will create a new directory with the chosen starter kit (React, Node.js, Python), download the necessary Kaspa WASM SDK, and install all dependencies.
Development
To run the CLI in development mode:
- Clone the repository.
- Navigate to
packages/kaspa-starter-cli. - Run
npm installto install dependencies. - Run
npm run buildto build the CLI. - Run
npm link --forceto make thekaspa-startercommand available globally. - Run
kaspa-starter --devin any directory to test the CLI. (without --dev, it fetches from the repository)
