1.0.0 • Published 10 years ago
slush-n v1.0.0
slush-n
A Slush generator for creating Node modules
Installation
Install slush-n globally and it's peers: slush using npm:
npm install -g slush slush-nUsage
Create a project folder:
mkdir my-moduleThen run slush-n in it:
cd my-module && slush nWhat you'll get
- A configured
.travis.ymlfile for Travis builds - An
.editorconfigand XO for consistent code style - AVA for awesome testing
You'll also get a simple folder structure:
├── src/ # Put module code here
└── test/ # Put test code hereNo 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
1.0.0
10 years ago