0.1.9 • Published 3 years ago

tss-installer v0.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

  1. npm install tss-installer
  2. Update package.json to add two scripts.
        "scripts": {
            "ti": "tss-installer install",
            "tu": "tss-installer uninstall"
        }

How to use

  • To install a package with it's typings

    npm run ti PACKAGE_NAME -- -D # Supports same flags as npm

    or

    pnpm run ti PACKAGE_NAME -- -D #Supports same flags as pnpm

    or

    yarn run ti PACKAGE_NAME -- --save-dev # Supports same flags as yarn
  • 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 Earlier Installation - Two Steps

Uninstallation Earlier Uninstallation - Two Steps

Now

Installation Now Installation - Single Step Uninstallation Now Uninstallation - Single Step

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago