crunchy/bin/crunchyroll
Roel van Uden 9ff6398aee Migration towards TypeScript
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"
2015-02-06 22:31:02 +01:00

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'));