UNPKG

1.31 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
5# Install
6
7```bash
8npm install --save @nofrills/console
9```
10
11# License
12Copyright 2018 NativeCode Development <opensource@nativecode.com>
13
14Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
15documentation files (the "Software"), to deal in the Software without restriction, including without
16limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
17Software, and to permit persons to whom the Software is furnished to do so, subject to the following
18conditions:
19
20The above copyright notice and this permission notice shall be included in all copies or substantial portions
21of the Software.
22
23THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
24TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
25THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
26CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
27DEALINGS IN THE SOFTWARE.