diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a901a5e --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Simple Container +[](https://www.npmjs.com/package/simple-container) +[](https://travis-ci.org/valentineus/simple-container) +[](https://www.codacy.com/app/valentineus/simple-container) +[](https://www.codacy.com/app/valentineus/simple-container/files) +[](https://gitter.im/valentineus/simple-container) + +Simple and fast work with the Docker container + +## Installation +```bash +npm install --save simple-container +``` + +## Using +```JavaScript +import Container from 'simple-container'; + +var container = new Container({}); +container.create(); +``` + +## License +[](https://github.com/eslint/eslint) + +[MIT](LICENSE.md). +Copyright (c) +[Valentin Popov](https://valentineus.link/).
\ No newline at end of file |