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
source <(bitjs completion bash)
echo "source <(bitjs completion bash)" >> ~/.bashrc
If you are using zsh
source <(bitjs completion zsh)
echo "source <(bitjs completion zsh)" >> ~/.zshrc
If you are using fish
source <(bitjs completion fish)
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.