ewgenius / typac

install npm packages along with corresponding typings
MIT License
48 stars 2 forks source link
cli npm package typescript yarn

TYPAC - TYped PACkage manager

Build Status Build Status

Every time you need to do something like this npm install --save <package> and then npm install --save-dev @types/<package> typac is just for you!

Imgur

Imgur

Description

Cli tool for installing npm package with corresponding @types typings package (if it exists).

Install

npm install -g typac

or

yarn global add typac

Usage

TODO

#

Named by @ploddi