Docker CLI gRPC JavaScript SDK
Перейти к файлу
Djordje Lukic a7f38377a0
Merge pull request #4 from rumpl/feat-dist
Build with typescript
2020-06-10 07:19:36 -07:00
.github/workflows Initial commit 2020-06-09 13:08:34 +02:00
dist Build with typescript 2020-06-10 16:11:15 +02:00
examples examples: Add README 2020-06-09 17:15:30 +02:00
scripts Initial commit 2020-06-09 13:08:34 +02:00
src Build with typescript 2020-06-10 16:11:15 +02:00
test Initial commit 2020-06-09 13:08:34 +02:00
.eslintrc.js Add eslint config 2020-06-09 18:26:54 +02:00
.gitignore Build with typescript 2020-06-10 16:11:15 +02:00
README.md README: Add initial contents 2020-06-09 16:58:26 +02:00
package.json Build with typescript 2020-06-10 16:11:15 +02:00
protos.sh Initial commit 2020-06-09 13:08:34 +02:00
tsconfig.json Build with typescript 2020-06-10 16:11:15 +02:00
yarn.lock Build with typescript 2020-06-10 16:11:15 +02:00

README.md

Docker CLI JavaScript SDK

CI

This repository contains the source code for the Docker CLI JavaScript SDK. You can find the NPM module here.

⚠️ This SDK is in beta, expect things to change or break!

Getting started

Examples

You can find examples for how to use this SDK in the examples directory.