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

bolt-complete

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bolt-complete

bolt-complete - Improving the dev experience using Bolt in your CLI

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bolt-complete

Improving the dev experience using bolt in your CLI 😎

A tabtab plugin to implement bash / zsh / fish completion to Bolt

Build Status Coverage Status

MIT License PRs Welcome Watch on GitHub Star on GitHub

Install

npm install bolt-complete -g

On install, you'll be prompted for an install location for the shell completion script:

  • Choose STDOUT to output the script to the console, without writing anything.

  • Choose Shell configuration file for user specific completion: ~/.bashrc, ~/.zshrc or ~/.config/fish/config.fish

  • Choose a system-wide directory for global installation: /etc/bash_completion.d, /usr/local/share/zsh/site-functions or ~/.config/fish/completions

Since it's based on tabtab NPM package, it will be installed automatically in your bash, fish or zsh 🎉

NodeJS: Manual installation

Make sure that you are using the NodeJS version is the same as .nvmrc file version. If you don't have this version please use a version manager such as nvm or n to manage your local nodejs versions.

Please make sure that you are using NodeJS version 6.10.2

Assuming that you are using nvm, please run the commands inside this folder:

$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
$ npm install

In Windows, please install NodeJS using one of these options:

Via NVM Windows package: Dowload via this link. After that, run the commands:

$ nvm install $(cat .nvmrc); # install required nodejs version
$ nvm use $(cat .nvmrc); # use nodejs version
$ npm install

Via Chocolatey:

$ choco install nodejs.install -version v8.11.1

NPM Commands

  • npm run editorconfig-tools-check: Checks the file configuration based on the .editorconfig configuration.
  • npm run lint: Run lint using ESLint NPM package.
  • npm run coveralls: Send unit code coverage values from Coveralls website.
  • npm run test: Running unit tests using MochaJS. You can run the tests in watch mode running the command passing -w. EX: npm run test -- -w

Author

Wilson Mendes (willmendesneto)

FAQs

Package last updated on 13 Aug 2018

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