Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

informer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informer

informer node.js library

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
7
-63.16%
Maintainers
1
Weekly downloads
 
Created
Source

informer

informer - nodejs library

Install

$ npm install informer

Usage

var informer = require("informer");

Set title (default is "[informer]")

informer.title("new title");

Set title color (default is "green")

informer.titleColor("cyan");

Output methods

informer.error("Some error text") // outputs red text
informer.info("Some info text") // outputs blue text
informer.loading("Some loading text") // outputs grey text
informer.success("Some success text") // outputs green text
informer.warning("Some warning text") // outputs yellow text

Colors & Styles

Available colors and styles

  • bold
  • italic
  • underline
  • inverse
  • yellow
  • cyan
  • white
  • magenta
  • green
  • red
  • grey
  • blue
  • rainbow
  • zebra

Development

Install dependencies

$ make install

Run tests

$ make test

License

(The MIT License) see LICENSE file for details...

Keywords

informer

FAQs

Package last updated on 05 Nov 2013

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