@jeroomew/rapidnode
v1.3.0
Published
Instant cross-platform Node.js backend structure generator.
Downloads
1,385
Readme
RapidNode
⚡ Instant cross-platform Node.js backend structure generator
Scaffold a production-ready Node.js backend in seconds with interactive setup and YAML templates.
Quick Start
Use npx
npx @jeroomew/rapidnode my-apiUse pnpm
pnpm dlx @jeroomew/rapidnode my-apiHow It Works
- Run the command with your project name
- Pick dependencies (production and dev packages)
- Choose a template (clean architecture, CQRS, event-driven, etc.)
- Scaffold the structure from YAML
- Optional Git setup (init, commit, branch, remote, push)
Features
- One-command setup
- Optional dependency installation via npm
- Multiple architecture templates
- YAML-driven project structures
- Optional Git initialization and push
- Cross-platform support
Available Templates
- clean-architecture
- cqrs-pattern
- event-driven
- serverless-faas
- service-route-schema
- vertical-slice
Documentation
- Architecture & Templates - Learn about templates and customization
- Contributing - How to contribute to RapidNode
- GitHub - Source code
Troubleshooting
Git push fails
Make sure the repo URL is correct and the authenticated user has write access. For HTTPS, use a Personal Access Token.
Dependencies not installed
Ensure you have npm 6+ and Node 14+:
node --version
npm --versionLicense
MIT © Jerome Mondol
Author
Jerome Mondol
