0.3.2 • Published 7 years ago

dockerode-ts v0.3.2

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

dockerode-ts

Dockerode wrapped in TypeScript

Why?

The dockerode library is great and has quite a large API surface.
I found myself frequently referring to the source code of dockerode since the documentation is not complete.
This is an effort to statically type that API surface which is another form of documentation.

Where are the types?

You can view them here

Requirements

  • TypeScript (1.8+)
  • NodeJS

Installation

npm install dockerode-ts

Usage

import Dockerode from 'dockerode-ts';

const docker = new Dockerode({ /** options... */ });

TODOs

  • Most callbacks are typed as any. These should be typed correctly.

License

MIT

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.12

8 years ago

0.2.11

8 years ago

0.2.10

8 years ago

0.2.9

8 years ago

0.2.8

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago