# Bit driver for 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).

## Installing bitjs

```sh
npm install bitjs -g
```

## enabling autocompletions

#### If you are using bash

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

```bash
# 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

```bash
# 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](CODE_OF_CONDUCT.md).

See [Contributing](CONTRIBUTING.md).

![Analytics](https://ga-beacon.appspot.com/UA-96032224-1/bit-js/readme)
