bushjs-cli
v0.1.7
Published
CLI package for the Bush.js framework. Scaffolds new projects and bootstraps applications.
Readme
Bush.js CLI
This package provides the CLI for the Bush.js framework. It is responsible for scaffolding new Bush.js applications and project templates.
Official Links
- Full documentation: Bush.js Docs README
- GitHub repository: SaadMajeed565/BushJS
Create a new project
npx bush new project-nameThen:
cd project-name
npm install
npm run devBuild the CLI
npm install
npm run buildPackage structure
src/cli.ts— CLI entrypointsrc/commands/NewProjectCommand.ts— new project scaffoldertemplates/project/— starter app template files
