Install Packages with their types
Ever installed a package to later find out that you don't have that package's @typings/ installed ? If yes, this is the solution for that.
How to Install
How to use
-
To install a package with it's typings
npm run ti PACKAGE_NAME -- -D
or
pnpm run ti PACKAGE_NAME -- -D
or
yarn run ti PACKAGE_NAME -- --save-dev
-
To uninstall a package and it's typings
npm run tu PACKAGE_NAME
or
pnpm run tu PACKAGE_NAME
or
yarn run tu PACKAGE_NAME
Demo
Earlier
Installation

Uninstallation

Now
Installation
Uninstallation
