1.0.6 • Published 7 years ago

get-types v1.0.6

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

Get Types

Look for packages that have typescript types defined in npm registry and add them to package.json

How to...

$ npm install -g get-types

$ get-types

Why

Go from this

{
  ...
  "dependencies": {
    "express": "^4.15.2",
    "jquery": "^3.2.1",
    "request": "^2.81.0"
  },
  ...
}

To this

{
  ...
  "dependencies": {
    "express": "^4.15.2",
    "jquery": "^3.2.1",
    "request": "^2.81.0"
  },
  "devDependencies": {
    "@types/express": "4.0.35",
    "@types/jquery": "2.0.41",
    "@types/request": "0.0.42"
  }
  ...
}

Todo

  • Update functionality
1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago