npm.io
1.2.2 • Published 6 years agoCLI

expgenerator

Licence
ISC
Version
1.2.2
Deps
0
Size
8 kB
Vulns
0
Weekly
0
Stars
1

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!