Socket
Socket
Sign inDemoInstall

colortape

Package Overview
Dependencies
104
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    colortape

Colorize test results of tape/node-tap.


Version published
Weekly downloads
39
decreased by-67.23%
Maintainers
1
Install size
6.58 MB
Created
Weekly downloads
 

Readme

Source

colortape

Colorize test results of tape/node-tap.

Travis build status NPM version NPM downloads

Installation

npm install -g colortape

To use with npm test, install locally.

npm install -save-dev colortape

Usage

Use colortape command instead of tape command.

colortape test/foo.js

This usage is recommended because it exits with the same exit code as tape command.

Pipe

Pipe the result of tape command.

tape test/foo.js | colortape

With this usage, don't use the exit code of colortape command. Use $PIPESTATUS instead.

Windows

colortape is not officially supported on Windows because I don't have any Windows box. Here is the CI status on AppVeyor though.

AppVeyor build status

Keywords

FAQs

Last updated on 13 Dec 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc