strike-client
v0.5.3
Published
Strike: Multi‑framework Node.js bot builder CLI
Maintainers
Readme
Strike
Strike is a CLI project scaffolder that helps developers quickly create web applications using popular JavaScript/Node.js frameworks. It supports multiple templates and frameworks, including Express, Koa, Fastify, Next.js, Vite, and NestJS.
Features
- Quickly scaffold projects with your chosen framework.
- Supports multiple templates: Bot, Dashboard, and API.
- Injects a custom project description provided by the user.
- Ready-to-run setup with
npm installand minimal configuration. - Extensible and easy to customize.
Installation
# Clone the repository
git clone https://github.com/sussybocca/strike.git
cd strike
# Install dependencies
npm install
# Optionally, make it globally available so you can run it from anywhere
npm link
# Then you can run the CLI with:
npx strike