UNPKG

npm-types

Version:

Helps you to write a bit less on the terminal

28 lines (18 loc) 877 B
![License](https://img.shields.io/github/license/priyanshurav/npm-types?style=flat-square) ![Issues](https://img.shields.io/github/issues/priyanshurav/npm-types?style=flat-square) ![Weekly downloads](https://img.shields.io/npm/dw/npm-types?label=weekly%20downloads&style=flat-square) ![Total downloads](https://img.shields.io/npm/dt/npm-types?label=total%20downloads&style=flat-square) ![Version](https://img.shields.io/npm/v/npm-types?style=flat-square) # 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