1.1.0 • Published 3 years ago

spray-print v1.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

spray-print

Colorised print

forthebadge
shields-io shields-io

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:

  • NodeJS (For easy testing I guess)
  • npm (or yarn)
  • Yarn (Run npm install yarn -g)

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.

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago