UNPKG

1.98 kBMarkdownView Raw
1# @nofrills/console
2
3[![npm](https://img.shields.io/npm/v/@nofrills/console.svg?style=flat-square)](https://www.npmjs.com/package/@nofrills/console)
4[![Travis](https://img.shields.io/travis/nativecode-dev/nofrills-console.svg?style=flat-square&label=travis)](https://travis-ci.org/nativecode-dev/nofrills-console)
5[![David](https://img.shields.io/david/nativecode-dev/nofrills-console.svg?style=flat-square&label=deps)](https://www.npmjs.com/package/@nofrills/console)
6[![David](https://img.shields.io/david/dev/nativecode-dev/nofrills-console.svg?style=flat-square&label=devdeps)](https://www.npmjs.com/package/@nofrills/console)
7[![Coveralls branch](https://img.shields.io/coveralls/nativecode-dev/nofrills-console/master.svg?style=flat-square)](https://coveralls.io/r/nativecode-dev/nofrills-console?branch=master)
8
9# Install
10
11```bash
12npm install --save @nofrills/console
13```
14
15# License
16Copyright 2018 NativeCode Development <opensource@nativecode.com>
17
18Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
19documentation files (the "Software"), to deal in the Software without restriction, including without
20limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
21Software, and to permit persons to whom the Software is furnished to do so, subject to the following
22conditions:
23
24The above copyright notice and this permission notice shall be included in all copies or substantial portions
25of the Software.
26
27THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
28TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
29THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
30CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
31DEALINGS IN THE SOFTWARE.