https://github.com/brians-open-source-stuff/rainbow-log
https://github.com/brians-open-source-stuff/rainbow-log
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brians-open-source-stuff/rainbow-log
- Owner: brians-open-source-stuff
- License: mit
- Created: 2019-12-02T11:22:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T10:16:07.000Z (over 6 years ago)
- Last Synced: 2024-04-24T01:01:30.402Z (about 2 years ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rainbow :rainbow: Log





A completely useless, rainbow-filled, sparkly substitute for console.log().
This package is a demonstration of the NPM package structure used by students at Roskilde Technical College. It is meant to give some insights into how a package is build and published.

## Prerequisites
Node.js version 6+
## How to install
```
npm i @emilius/rainbow-log
```
## How to use
```
let rainbow = require("@emilius/rainbow-log")
rainbow("Hello, World!")
```
## Testing
```
npm test
```