create-node-app-latest
v1.0.0
Published
A cli tool to create node.js backend application 10x faster than before with built in support for express server,middlewares,error handlers,jwt helper function,mongodb connection,http status codes helpers,functional cookie based Authentication with contro
Readme
create-node-app-latest 🚀
CLI tool to scaffold a production-ready Node.js backend in seconds.
Features
- Express server setup
- JWT authentication
- Cookie-based auth
- MongoDB connection
- OTP verification
- Error handlers
- Supports JavaScript & TypeScript
Installation
install globally
npm install -g create-node-app-latestOr use directly with npx (recommended):
npx create-node-app-latest myappUsage
#1 Help command
node-app --help#2 Javascript Template
node-app myapp#3 Typescript Template
node-app myapp --ts#4 Template with Installed Dependency
node-app myapp --installnode-app myapp --ts --install