typings-package-manager

0.1.0 • Public • Published

tpm

Typings package manager

Requirements

Node >= 4.2
Npm >= 2.14

Installation

npm install typings-package-manager --save

Usage

Put a typings.yaml file in the root directory of your project with the format like this:

typings:
  ramda: donnut/typescript-ramda

Where ramda will be the name of the typing (a folder that will be created and where the typings will be present in). "donnut" is the Github username and "typescript-ramda" is the Github repository name.

Finally when the typings.yaml file is done, then just run: tpm install.

Tests

npm run test will watch on save.
npm run test-once will run the test suite one time.

Package Sidebar

Install

npm i typings-package-manager

Weekly Downloads

3

Version

0.1.0

License

Apache-2.0

Last publish

Collaborators

  • drager