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!
- Host: GitHub
- URL: https://github.com/halchester/getmytypes
- Owner: halchester
- License: mit
- Created: 2021-08-19T19:02:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T16:13:32.000Z (over 4 years ago)
- Last Synced: 2025-10-10T06:21:14.920Z (3 months ago)
- Topics: cli, definitelytyped, developer-tools, node, npx, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/getmytypes
- Size: 36.1 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-typescript - getmytypes - Install @types files into your devDependencies. (Types / IDE)
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.