Installation

Requirements

Install from the command line

$ npm install https://github.com/milewdev/TinyMock/raw/master/TinyMock-0.4.0.tgz

Install via package.json

$ cat package.json
{
  "name": "My Project",
  "description": "A description of My Project.",
  "repository": "git://github.com/me/MyProject.git",
  "scripts": {
    "test": "cake test"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "coffee-script": "~1.6",
    "TinyMock": "https://github.com/milewdev/TinyMock/raw/master/TinyMock-0.4.0.tgz"
  }
}

$ npm install

Uninstall

$ npm uninstall TinyMock