Package Exports
- bit-javascript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bit-javascript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Bit driver for javascript
For more information on Bit drivers, head over this Bit's wiki page about this topic.
Installing bit-javascript
npm install bit-javascript -genabling 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)" >> ~/.bashrcIf 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)" >> ~/.zshrcIf 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.fishContributing to bit-javascript
Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
See Contributing.