expgenerator

1.2.2 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i expgenerator

Weekly Downloads

25

Version

1.2.2

License

ISC

Unpacked Size

8.01 kB

Total Files

16

Last publish

Collaborators

  • pkcopley