UNPKG

1.93 kBMarkdownView Raw
1# endo-core
2
3[![Build Status](https://travis-ci.org/octoblu/endo-core.svg?branch=master)](https://travis-ci.org/octoblu/endo-core)
4[![Test Coverage](https://codecov.io/gh/octoblu/endo-core/branch/master/graph/badge.svg)](https://codecov.io/gh/octoblu/endo-core)
5[![Dependency status](http://img.shields.io/david/octoblu/endo-core.svg?style=flat)](https://david-dm.org/octoblu/endo-core)
6[![devDependency Status](http://img.shields.io/david/dev/octoblu/endo-core.svg?style=flat)](https://david-dm.org/octoblu/endo-core#info=devDependencies)
7[![Slack Status](http://community-slack.octoblu.com/badge.svg)](http://community-slack.octoblu.com)
8
9[![NPM](https://nodei.co/npm/endo-core.svg?style=flat)](https://npmjs.org/package/endo-core)
10
11
12## Installing
13
14```bash
15$ npm install endo-core
16```
17
18### Usage
19
20```javascript
21console.log('hello world!');
22```
23
24## License
25
26The MIT License (MIT)
27
28Copyright 2016 Octoblu Inc.
29
30Permission is hereby granted, free of charge, to any person obtaining a copy
31of this software and associated documentation files (the "Software"), to deal
32in the Software without restriction, including without limitation the rights
33to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34copies of the Software, and to permit persons to whom the Software is
35furnished to do so, subject to the following conditions:
36
37The above copyright notice and this permission notice shall be included in
38all copies or substantial portions of the Software.
39
40THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
46THE SOFTWARE.