expgenerator
v1.2.2
Published
A command line tool for setting up boilerplate express servers.
Downloads
10
Readme
expressGenerator
A command line tool for setting up boilerplate express servers.
Installation
npm i expgenerator -g
Getting Started
To start a new express project use the terminal command egen.
The command can be used in 2 ways:
1. egen
> mkdir newServer
> cd newServer
> egen
This will create a new express server in the directory your terminal is in. i.e. the newServer directory in the example above.
2. egen
> egen newServer
This will create a new directory containing the express server.
Happy Serving!