typling
v0.2.0
Published
Create and verify types from command line
Downloads
7
Maintainers
Readme
typling
Create and verify types from command line
Installation
$ npm install --global typling
Usage
$ typling [--help, --entry, --modules] [...globs]
--help
: Print usage and flag descriptions--entry
: The entry directory for your relative paths. Defaults to cwd--modules
: Allowsnode_modules
to be globbed. Defaults tofalse
Examples:
$ typling
$ typling lib/**/*.js
$ typling --modules
$ typling --entry=./lib foo.js bar.js
$ typling --help
License
MIT © Jamen Marz