wexgen

0.1.0-alpha.4.2 • Public • Published

Wexgen – WDI's Express Generator

An Express application generator following WDI conventions.

Attribution

While a fork of the Express generator, this project is very different from the original in scope and form. However, the basic template for the completed application (and this documentation) is taken directly the original. All thanks to everyone who has worked on Express, and who keep it and its suite of tools running. Send them tips!

Gratipay

Installation

$ npm install -g wexgen

Quick Start

The quickest way to get started with wex is to utilize the executable wexgen to generate an application as shown below:

Create the app:

$ wexgen /tmp/example-app

Install dependencies:

$ cd /tmp/example-app && npm install

Rock and roll:

$ nodemon

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i wexgen

Weekly Downloads

0

Version

0.1.0-alpha.4.2

License

MIT

Last publish

Collaborators

  • hews