mute-stdout

WebJar for mute-stdout

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mute-stdout
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

mute-stdout
WebJar for mute-stdout
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gulpjs/mute-stdout

Download mute-stdout

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mute-stdout/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mute-stdout</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mute-stdout/
implementation 'org.webjars.npm:mute-stdout:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/mute-stdout/
implementation ("org.webjars.npm:mute-stdout:1.0.1")
'org.webjars.npm:mute-stdout:jar:1.0.1'
<dependency org="org.webjars.npm" name="mute-stdout" rev="1.0.1">
  <artifact name="mute-stdout" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mute-stdout', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "mute-stdout" % "1.0.1"
[org.webjars.npm/mute-stdout "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

mute-stdout

NPM version Downloads Travis Build Status AppVeyor Build Status Coveralls Status Gitter chat

Mute and unmute stdout.

Usage

var stdout = require('mute-stdout');

stdout.mute();

console.log('will not print');

stdout.unmute();

console.log('will print');

API

mute()

Mutes the process.stdout stream by replacing the write method with a no-op function.

unmute()

Unmutes the process.stdout stream by restoring the original write method.

License

MIT

org.webjars.npm

gulp

A toolkit to automate & enhance your workflow

Versions

Version
1.0.1
1.0.0