@abhisahani/forge-stack
v1.1.1
Published
Production-grade starter project CLI.
Downloads
49
Readme
Forge Stack v1
Production-grade starter project CLI.
Features
- Commander.js CLI
- Interactive prompts
- Express TypeScript and JavaScript starter generation
- React Vite starter generation
- React Vite TypeScript and JavaScript templates
- React Router support in React templates
- Modular monolith folder structure
- Docker option
- Tailwind option for React
- Package manager selection
- Automatic dependency install
- Template-based architecture
Run
npm install
npm run dev -- createBuild
npm run build
npm link
forge-stack createPublish
npm publishInstall
After publishing, users can install and run the CLI with:
npm install -g @abhisahani/forge-stack
forge-stack createYou can also use npx:
npx @abhisahani/forge-stack createCurl Install
If you want a curl-based installer, host install.sh in your repo and run:
curl -fsSL https://raw.githubusercontent.com/AbhishekPrecogsAI/forge-stack-cli/main/install.sh | bashThat script installs the latest published npm version of @abhisahani/forge-stack.
