3.5.3 • Published 6 years ago

tyty v3.5.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

:star2: A cli tool to get all of type definitions(@types/*) for your project dependencies. Happier with typescript :heart:

npm.io

npm i tyty -g

How To Use

Just open command line in your project, and type tyty + enter. All typescript definitions(@types/*) you need will be downloaded according to package.json.

If package.json not in current folder, tyty will try to find it in superior folder (and repeat if still).

  Usage: tyty [options]

  Options:

    -h, --help      output usage information
    -V, --version   output the version number

    -d, --save-dev  (default) save as dev-dependency
    -s, --save      save as dependency
    -n --npm        (default) install by npm
    -y --yarn       install by yarn

Contributes

  • welcome issuse when have any question, bug, suggestion...
  • welcome fork and Pull Request
  • share the tool with friends and colleagues

Todo

  • add -c, --cnpm option. (use cnpm instead of npm to download)
3.5.3

6 years ago

3.5.2

6 years ago

3.5.1

6 years ago

3.5.0

6 years ago

3.4.2

6 years ago

3.4.1

6 years ago

3.4.0

6 years ago

3.3.0

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago