A general-purpose Jakefile with sample app. WIP, unreleased.
This project has not officially been released. To use the jake-generic
utils via npm
, point to this repository (example below). You can reference any commit-ish - if none specified, defaults to master
.
// abbreviated package.json
dependencies: {
"jake-generic": "git://github.com/thelostspore/jake-generic.git"
}
node
v6.x- Depdencies management:
npm
- Syntax:
jshint
- Tests:
mocha
withchai
git clone git://github.com/thelostspore/jake-generic.git
cd jake-generic
npm install
jake
mocha
is used with chai
assertions. To run tests, simply:
jake test