A CLI tool to quickly scaffold and generate Node.js backend projects with modern tooling out of the box.
- ๐ Fast and interactive project setup
- ๐ ๏ธ Choose between Express or other frameworks
- ๐ Built-in TypeScript support
- ๐ฆ Automatic structure generation
You can use npx to run the generator without installing it globally:
npx create-my-node-serverOr you can install it globally:
npm install -g create-my-node-server
create-my-node-serverRun the command and the interactive prompt will ask you:
- What is your project name? (default:
server) - Choose framework (e.g., Express)
- Choose language (e.g., TypeScript)
The tool will then automatically generate the project boilerplate in the directory with your project's name.
GitHub - krish-patel-simform/create-node-server
MIT