hartman
v0.2.2
Published
Automatic mocha style unit test generator by dirs for common.js envinroment(node.js browserify).
Readme
Hartman
Automatic mocha style unit test generator by dirs for common.js envinroment(node.js browserify).
Good for you.
npm install -g hartmanHow to use
$ hartman --src src --test test --input js --ouput coffee --suffix specapp/
foo.js
bar.js
spec/
foo-spec.coffee
bar-spec.coffeeGenerated file
# require '../src/foo'
describe "src/foo", ->
it "should be written"Option files
hartman.json
{
"srcDir": "src",
"testDir": "spec",
"inputType": "coffee",
"outputType": "ts",
"suffix": "spec"
}and run hartman
LICENSE
MIT
