An open API service indexing awesome lists of open source software.

https://github.com/halchester/getmytypes

👾 A cli tool to install all your @types/<any> files into your devDependencies!
https://github.com/halchester/getmytypes

cli definitelytyped developer-tools node npx typescript

Last synced: about 2 months ago
JSON representation

👾 A cli tool to install all your @types/<any> files into your devDependencies!

Awesome Lists containing this project

README

          

## getmytypes

Tired of running `yarn add -D @types/xxx` in your typescript projects? Introducing a cli tool that'll do that for u!

### Usage

Run `npx getmytypes` in your current project.

CLI will automatically detect your package manager (currently npm and yarn) and let u select which @types/--- to install into your dev dependencies! As simple as that!

### Licence

Please check [licence](./licence) for more details.