# @commandbar/foobar

## Usage

```
npm install @commandbar/foobar

or

yarn add @commandbar/foobar
```

First initialize CommandBar and then boot it up!

```
// App.js

import { init as initCommandBar } from '@commandbar/foobar';

initCommandBar('MY_ORG_ID');

// Identify user...
const userID = ...

window.CommandBar.boot(userID);

```
