npm-types
Version:
Helps you to write a bit less on the terminal
28 lines (18 loc) • 877 B
Markdown





# npm-types
Helps you to write a bit less on the terminal
## Usage
For example,
```bash
npm install mocha chai && npm install -D @types/mocha @types/chai
```
can be replaced with
```bash
npx npm-types mocha chai
```
## License
This software is licensed under the [MIT License](https://choosealicense.com/licenses/mit/). See the [LICENSE](https://github.com/priyanshurav/npm-types/blob/main/LICENSE) for more info