spray-print
v1.1.0
Published
Colorising console.log
Downloads
2
Readme
spray-print
Colorised print
spray-print is a library that makes your console prints more vibrant using chalk.
This is a breif overview of the documentation. For more information go to https://aceius.gitbook.io
💾 Project setup
As a user:
npm install spray-print
As a dev:
First, clone the project to disk with the GitHub CLI, GitHub Desktop, or however you get your git repos. You will need to do this if you want to help develop or build from source.
In order to commit to the project or build the code, you will need the folowing installed:
Then, install the rest of the dependencies with yarn.
npm install
# OR
yarn install
🔧 Useage
const print = require('print');
There are several types of printouts, and a custom one too:
print.println('Message');
print.warn('Warning');
print.error('Error');
print.success(':D');
print.custom('title','message');
📜 Licencing
spray-print is licenced under the GNU GPL v3.