Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

benderjs-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

benderjs-cli

The command line interface for Bender.js

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

benderjs-cli

The command line interface for Bender.js. It's used to run locally installed version of Bender.js in the current working directory.

Compatibility

benderjs-cli is compatible with Bender.js in versions 0.1.x and 0.2.x.

Warning: this module is not compatible with global installations of Bender 0.1.x

Installation

For your convenience, please install benderjs-cli globally.

npm install -g benderjs-cli

Usage

For the complete list of commands, please visit Bender.js repository.

Local installation

It is possible to install and use a local copy of benderjs-cli in your project. To do this, first install benderjs-cli without "global" flag:

npm install benderjs-cli --save-dev

Then, add a new script to your package.json file, for example:

...
"scripts": {
  "test": "bender run -b chrome"
}
...

Now executing npm test command will run the local copy of benderjs-cli using ./node_modules/.bin/bender executable.

License

MIT, for license details see: LICENSE.md.

Keywords

FAQs

Package last updated on 24 Feb 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