@emilius/rainbow-log
v0.0.4
Published
A completely useless, rainbow-filled, sparkly substitute for console.log()
Downloads
1
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