Type definitions for docker-modem.
Installation can be done using typings.
From the registry:
$ typings install docker-modem --save
From the source:
$ typings install github:typed-contrib/docker-modem --save
docker-modem
module works in node.js
environment.
So you also have to install node.js
typings.
$ typings install env~node --global --save
Contributions are welcome !
# Installation
# Fork this repo (https://github.com/typed-contrib/docker-modem)
# Clone the fork (E.g. `https://github.com/<your_username>/docker-modem.git`)
cd docker-modem
# Install modules and dependencies
npm install
# Test typings over docker-modem samples and tests
npm test
Some resources to help writing Typescript type definitions:
This type definitions are tested using source docker-modem
tests.
MIT