at-types
v0.0.2
Published
automatically install all @types/* from project's package.json.
Downloads
3
Maintainers
Readme
at-types
feature
Typescript utility automatically install all missing @types/*
from rootpath 's project's package.json.
$ yarn add react react-dom
....
$ at-types i
executing yarn add @types/react @types/react-dom
yarn add v0.23.2
warning No license field
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Saved lockfile.
success Saved 2 new dependencies.
├─ @types/[email protected]
└─ @types/[email protected]
warning No license field
✨ Done in 1.43s.
the list of @types/*
were fetched from npms.io
's api when the package is published, available at here or under the project root at-types-list.json
you can run at-types update
to update the @types/*
available.
cli
i
-> install
use -e npm
if you want to do npm install
over yarn add
u
-> update