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

electrode-bolt-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrode-bolt-cli

A CLI for electrode-bolt

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

electrode-bolt-cli

electrode bolt command line interface.

Install this globally to have access to the bolt command. This is not bolt itself, that can be found at walmartreact/electrode-bolt.

npm install -g electrode-bolt-cli

Usage

Local Bolt dependency

Within a package that has electrode-bolt installed as a dependency:

To list bolt tasks, you can simply run bolt.

To run a bolt task, run bolt <task>. If no task exists, bolt will let you know.

Notes

  • This tool isn't required for using the electrode-bolt tool, but it allows you to run bolt tasks from the command line easily rather than having to have bolt itself installed globally or having all of your npm run tasks directly linked to every task electrode-bolt provides.

Contributing

Scripts

| Command | Action | | link:dev | Performs a symlink to your npm prefix -g for ease of development | | dev | Watches src for changes, transpiles to bin/bolt with babel | | build | Makes bin directory if it doesn't exist, transpiles src to bin/bolt with babel |

Publishing

src/bolt-cli.js is built to bin/bolt on npm run prepublish

FAQs

Package last updated on 28 Oct 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