3.0.2 • Published 10 months ago

@anton-seriesfi/ts-typie v3.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

ts-typie

A small utility for installing TypeScript definition files using npm.


ts-typie reads your package.json file and tries to install TypeScript definition files for all your installed modules, so you don't have to do it manually.

For every package you have installed, ts-typie also checks for included definition files that come packed with the npm module itself (e.g. moment includes own definition files) and skips the module if it finds bundled definition files.

Install

Install ts-typie as a dev dependancy e.g npm install -D ts-typie.

Usage

Command:

ts-typie [options]

Options:

OptionInfo
--help, -hOutput usage information
--tool [value], -t [value]Which package manager tool to use (defaults to first available)
--version, -vOutput the version number
3.0.2

10 months ago

3.0.1

10 months ago

3.0.0

10 months ago