1.0.0 • Published 8 years ago

slush-n v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

slush-n

Build status NPM version XO code style

A Slush generator for creating Node modules

Installation

Install slush-n globally and it's peers: slush using npm:

npm install -g slush slush-n

Usage

Create a project folder:

mkdir my-module

Then run slush-n in it:

cd my-module && slush n

What you'll get

You'll also get a simple folder structure:

├── src/    # Put module code here
└── test/   # Put test code here

No gulp?

Yes, that's right! I favor using npm scripts instead. It has saved me many hours in comparison to gulp and grunt. See How to Use npm as a Build Tool for a good intro to npm scripts.

License

MIT © Joakim Carlstein