New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

spray-print

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spray-print

Colorising console.log

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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.

Keywords

print

FAQs

Package last updated on 17 Jul 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts