UNPKG

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