Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

espower-cli

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

espower-cli

Command line tool for power-assert

Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
406
26.88%
Maintainers
1
Weekly downloads
 
Created
Source

espower-cli

Command line tool for power-assert

Build Status NPM version Dependency Status License

DESCRIPTION

espower-cli provides an espower command which transforms test code for power-assert.

CHANGELOG

See CHANGELOG

USAGE

espower test/some_test.js > build/test/some_test.js 

sourcemaps

espower-cli appends SourceMap comment at the bottom of generated code. If you want to separate the comment off, use exorcist.

espower test/some_test.js | exorcist build/test/some_test.js.map > build/test/some_test.js 

OPTIONS

--config, -c

Specify JSON file containing options for espower module (See espower.defaultOptions())

espower --config test/espower_config.json test/some_test.js > build/test/some_test.js 

--incoming-sourcemap, -s

Specify SourceMap file

espower --incoming-sourcemap test/some_test.js.map test/some_test.js > build/test/some_test.js 

INSTALL

via npm

Install locally,

$ npm install --save-dev espower-cli

and/or globally.

$ npm install -g espower-cli

AUTHOR

  • Takuto Wada

LICENSE

Licensed under the MIT license.

Keywords

power-assert

FAQs

Package last updated on 21 Nov 2014

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