Skip to content

akx/autotypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autotypes

Finds non-stub @types/ packages for your package.json.

Usage

cd my_project
# list all non-devDependencies @types/ packages available
node ~/autotypes
# `yarn add` the same to devDependencies
node ~/autotypes | xargs yarn add --dev
# `npm install --save` the same to devDependencies
node ~/autotypes | xargs npm install --save-dev

About

Finds non-stub TypeScript @types/ packages for your package.json.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published