1.3.1 • Published 9 years ago

generator-areus v1.3.1

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

generator-areus NPM version Build Status

Opinionated scaffolding tool for quickly generating a new express.js app with logical defaults.

The major architecture pieces include:

  1. express.js - routing
  2. react or dustjs - view engine
  3. gulp.js - task manager
  4. bunyan - logging
  5. nconf - configuration

Install

Requires node.js and npm

npm install -g yo generator-areus

Usage: App

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run the generator:

yo areus

Once generation is complete, open the generated readme.md for instructions on how to use the app.

Usage: Module

Generates a new shared module to be published to the npm registry and shared between apps.

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run the generator:

yo areus:module

Once generation is complete, you can reference it in your app locally (while developing) using npm link.

License

MIT

1.3.1

9 years ago

1.3.0

9 years ago

1.2.7

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.10

10 years ago