New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rejoinder

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rejoinder

a generator of smart, pretty, and organized output for Node/JS scripts, replacing console.*

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
101
decreased by-69.67%
Maintainers
1
Weekly downloads
 
Created
Source

npm version

REJOINDER

rejoinder
/rɪˈdʒɔɪndə/
noun
a reply or response to a question or remark, esp a quick witty one; retort

Rejoinder is a generator of smart, pretty, and organized output for Node/JS scripts, replacing several of the console.* utilities. It leverages colors and the like using the colors package. Makes life easier when executing CLI instructions with shelljs using specialized methods.

Super awesome when paired with inquirer and/or commander!

Also does children's parties.

Documentation

Installation

npm install rejoinder
var echo = require("rejoinder");
echo.ifDebug('Some debug message');
echo('some other message'.formatAsError());

Examples (run it and see it)

Checkout the examples/ folder for code and interface examples.

node examples/pizza.js
node examples/runner.js
# etc...

Methods

(coming soon)

Keywords

FAQs

Package last updated on 30 Dec 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc