Skip to content

myconode/jake-generic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published