This is going to be 1.1.0. Remaining TODOs: * "npm run tsc" should generate declarations * Add (restrictive) TSLint configuration * Add support for TSLint in "npm test"
4 lines
149 B
JavaScript
4 lines
149 B
JavaScript
#!/usr/bin/env node
|
|
var path = require('path');
|
|
var fs = require('fs');
|
|
require(path.join(path.dirname(fs.realpathSync(__filename)), '../dist/cli')); |