Socket
Socket
Sign inDemoInstall

bit-driver-javascript

Package Overview
Dependencies
283
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bit-driver-javascript

For more information on Bit drivers, head over this Bit's wiki page [about this topic](https://github.com/teambit/bit/wiki/Bit-Drivers).


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
22.0 MB
Created
Weekly downloads
 

Changelog

Source

[0.5.1] - rc (2017-04-16)

  • implemented watch for inline_components and bit.json, call bind on every change.

Readme

Source

Bit driver for javascript

For more information on Bit drivers, head over this Bit's wiki page about this topic.

Installing bitjs

npm install bitjs -g

enabling autocompletions

If you are using bash
# For bash
source <(bitjs completion bash)

# or add it to your .bashrc to make it persist
echo "source <(bitjs completion bash)" >> ~/.bashrc
If you are using zsh
# For zsh
source <(bitjs completion zsh)

# or add it to your .zshrc to make it persist
echo "source <(bitjs completion zsh)" >> ~/.zshrc
If you are using fish
# For fish
source <(bitjs completion fish)

# or add it to your config.fish to make it persist
echo "source <(bitjs completion fish)" >> ~/.config/fish/config.fish

Contributing to bitjs

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

See Contributing.

Analytics

Keywords

FAQs

Last updated on 20 Apr 2017

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc