Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
electrode-bolt-cli
Advanced tools
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
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.
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.| 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
|
src/bolt-cli.js
is built to bin/bolt
on npm run prepublish
FAQs
A CLI for electrode-bolt
The npm package electrode-bolt-cli receives a total of 3 weekly downloads. As such, electrode-bolt-cli popularity was classified as not popular.
We found that electrode-bolt-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.