https://github.com/jamen/typling
Create and verify types from command line
https://github.com/jamen/typling
Last synced: about 1 year ago
JSON representation
Create and verify types from command line
- Host: GitHub
- URL: https://github.com/jamen/typling
- Owner: jamen
- License: mit
- Created: 2017-01-05T22:13:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T22:14:17.000Z (over 9 years ago)
- Last Synced: 2025-02-08T02:23:48.546Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# typling
> Create and verify types from command line

## Installation
```sh
$ npm install --global typling
```
## Usage
```sh
$ typling [--help, --entry, --modules] [...globs]
```
- `--help`: Print usage and flag descriptions
- `--entry`: The entry directory for your relative paths. Defaults to cwd
- `--modules`: Allows `node_modules` to be globbed. Defaults to `false`
Examples:
```sh
$ typling
$ typling lib/**/*.js
$ typling --modules
$ typling --entry=./lib foo.js bar.js
$ typling --help
```
## License
MIT © [Jamen Marz](https://git.io/jamen)
---
[][package] [](https://travis-ci.org/jamen/typling) [][package] [][package] [](https://paypal.me/jamenmarz/5usd) [](https://github.com/jamen)
[package]: https://npmjs.org/package/typling