myconode / jake-generic

jakefile examples and some utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devDependencies Status

jake-generic

A general-purpose Jakefile with sample app. WIP, unreleased.

Usage

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"
}

Development

Requirements

  • node v6.x
  • Depdencies management: npm
  • Syntax: jshint
  • Tests: mocha with chai

Instructions

git clone git://github.com/thelostspore/jake-generic.git
cd jake-generic
npm install
jake

Testing

mocha is used with chai assertions. To run tests, simply:

jake test

About

jakefile examples and some utilities


Languages

Language:JavaScript 100.0%