An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Rainbow :rainbow: Log
![npm (scoped)](https://img.shields.io/npm/v/@emilius/rainbow-log?style=flat-square&logo=npm)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/brians-open-source-stuff/rainbow-log/Node%20CI?style=flat-square&logo=jest)
![GitHub issues](https://img.shields.io/github/issues-raw/brians-open-source-stuff/rainbow-log?style=flat-square&logo=github)
![GitHub pull requests](https://img.shields.io/github/issues-pr/brians-open-source-stuff/rainbow-log?style=flat-square&logo=github)
![npm](https://img.shields.io/npm/dm/@emilius/rainbow-log?style=flat-square&logo=npm)

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.

![Demo showing the package in action](https://github.com/brians-open-source-stuff/media/blob/master/rainbow-demo.gif?raw=true)

## 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
```