New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tyty

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tyty

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

latest
Source
npmnpm
Version
3.5.3
Version published
Maintainers
1
Created
Source

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

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)

Keywords

types

FAQs

Package last updated on 10 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts