JSPM

bit-javascript

0.6.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 143
  • Score
    100M100P100Q92568F

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 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