0.2.0 • Published 9 years ago
typling v0.2.0
typling
Create and verify types from command line

Installation
$ npm install --global typlingUsage
$ typling [--help, --entry, --modules] [...globs]--help: Print usage and flag descriptions--entry: The entry directory for your relative paths. Defaults to cwd--modules: Allowsnode_modulesto be globbed. Defaults tofalse
Examples:
$ typling
$ typling lib/**/*.js
$ typling --modules
$ typling --entry=./lib foo.js bar.js
$ typling --helpLicense
MIT © Jamen Marz