From b36916c7f540d55ae28962503d4d1135e3ce3092 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 4 Oct 2017 19:59:46 +0400 Subject: Initial commit --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +[![NPM](https://img.shields.io/npm/v/simple-container.svg)](https://www.npmjs.com/package/simple-container) +[![Build Status](https://travis-ci.org/valentineus/simple-container.svg?branch=master)](https://travis-ci.org/valentineus/simple-container) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/286921416577421c98e5f77ce400926c)](https://www.codacy.com/app/valentineus/simple-container) +[![Codacy Coverage Badge](https://api.codacy.com/project/badge/Coverage/286921416577421c98e5f77ce400926c)](https://www.codacy.com/app/valentineus/simple-container/files) +[![Gitter Badge](https://badges.gitter.im/Join%20Chat.svg)](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 +[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/eslint/eslint) + +[MIT](LICENSE.md). +Copyright (c) +[Valentin Popov](https://valentineus.link/). \ No newline at end of file -- cgit v1.2.3