Docker CLI gRPC JavaScript SDK
Перейти к файлу
Djordje Lukic 142afc184c Add eslint config
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2020-06-09 18:26:54 +02:00
.github/workflows Initial commit 2020-06-09 13:08:34 +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 Initial commit 2020-06-09 13:08:34 +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 gitignore: Remove unneeded line 2020-06-09 18:19:32 +02:00
README.md README: Add initial contents 2020-06-09 16:58:26 +02:00
babel.config.js Initial commit 2020-06-09 13:08:34 +02:00
package.json Add eslint config 2020-06-09 18:26:54 +02:00
protos.sh Initial commit 2020-06-09 13:08:34 +02:00
rollup.config.js Initial commit 2020-06-09 13:08:34 +02:00
tsconfig.json Initial commit 2020-06-09 13:08:34 +02:00
yarn.lock Add eslint config 2020-06-09 18:26:54 +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.