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!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i expgenerator

      Weekly Downloads

      1

      Version

      1.2.2

      License

      ISC

      Unpacked Size

      8.01 kB

      Total Files

      16

      Last publish

      Collaborators

      • pkcopley