1.0.9 • Published 2 years ago

node-expressgen v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Boilerplate generator for your Node.js, Express, TypeScript/JavaScript projects!

npm npm GitHub package.json version GitHub last commit GitHub contributors GitHub

Hello there! At my job, whenever I was working on node express projects, I used to find myself copy-pasting the same directory and file structures over and over again. So, I created this simple node express boilerplate generator to ease the task. I acknowledge, there are so many better and adavanced tools for this task, but I wanted to build something custom while learning something new :)

PS: Please feel free to open an issue or pull request for any kind of feature suggestion, feedback, improvement.

Installation

Install node-expressgen with npm globally

  npm install node-expressgen -g
  or
  yarn add node-expressgen -g

Usage/Examples

Once you installed it globally, just type this command where you want to generate the boilerplate.

expressgen

It will prompt a question, asking you for project name.

? Project name: <Enter your project name here>

And boom!! you have your node express boilerplate

Demo

Alt Text

Authors

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago