Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

create-my-node-server

A CLI tool to quickly scaffold and generate Node.js backend projects with modern tooling out of the box.

Features

  • ๐Ÿš€ Fast and interactive project setup
  • ๐Ÿ› ๏ธ Choose between Express or other frameworks
  • ๐Ÿ“˜ Built-in TypeScript support
  • ๐Ÿ“ฆ Automatic structure generation

Installation & Usage

You can use npx to run the generator without installing it globally:

npx create-my-node-server

Or you can install it globally:

npm install -g create-my-node-server
create-my-node-server

How to use

Run the command and the interactive prompt will ask you:

  1. What is your project name? (default: server)
  2. Choose framework (e.g., Express)
  3. Choose language (e.g., TypeScript)

The tool will then automatically generate the project boilerplate in the directory with your project's name.

Repository

GitHub - krish-patel-simform/create-node-server

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages