rapidstack-cli
v1.2.6
Published
Production-ready Node.js boilerplate generator - Express/Fastify in <10s
Maintainers
Readme
RapidStack CLI
Production-ready Node.js boilerplate generator — Express/Fastify in seconds.
Quick Start
npx rapidstack-cli@latest
# or
bunx rapidstack-cli@latest
# or
pnpm dlx rapidstack-cli@latestWhat it generates
- Frameworks: Express or Fastify
- Languages: TypeScript or JavaScript
- Architecture: Standalone or Monorepo (Turborepo)
- Databases: PostgreSQL, MongoDB, MySQL (Prisma / Mongoose)
- Auth: JWT with refresh tokens
- Extras: Helmet, CORS, Rate limiting, Zod validation, Pino logging
Options
rapidstack-cli --help
rapidstack-cli --versionContributing
git clone https://github.com/gmpaliwal07/rapidstack-cli.git
cd rapidstack-cli
bun install
bun run devIssues and PRs welcome.
License
MIT © Gaurav Paliwal
