0.1.9 • Published 4 years ago

tss-installer v0.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
4 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

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago