0.2.0 • Published 4 years ago

tsdpm v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

tsdpm

GitHub stars

typescript definition package manager

Install and publish 3rd party typescript defintions without DefinitelyTyped.

I build this because it is not possible to use type definitions without copy pasting them to the src/@types folder or submitting a pull request (and getting it accepted) from DefinitelyTyped.

Please ★ this repo if you found it useful ★ ★ ★

Features

  • install typescript definitions from npm
  • publish typescript definitions to npm
  • supports git repos
  • supports tar files
  • supports npm packages

Installation

npm install --dev tsdpm

Dependencies

Usage

Simply add the npm modules with the type defintions to the typeDefintions section in your package.json file.

tsdpm install

It is recommended to add tsdpm install script to the the postinstall script.

Example

Notice that you can install type definition that are not part of DefinitelyTypes @types/example

{
  "name": "example",
  "scripts": {
    "postinstall": "tsdpm install"
  },
  "devDependancies": {
    "tsdpm": "^0.0.2"
  },
  "typeDefinitions": {
    "closure-library": "https://github.com/fivetran/DefinitelyTyped.git#::/closure-library"
  }
}

Support

Submit an issue

Screenshots

Contribute a screenshot

Contributing

Review the guidelines for contributing

License

MIT License

Jam Risser © 2019

Changelog

Review the changelog

Credits

Support on Liberapay

A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.

Add some fuel if you'd like to keep me going!

Liberapay receiving Liberapay patrons

0.2.0

4 years ago

0.1.15

5 years ago

0.1.14

5 years ago

0.1.13

5 years ago

0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago