Installation

Make sure you have NPM and node installed:

$ node --version && npm --version

We support node version 4.x.x and above. For help installing, see How To Install NPM

Next, install the Bespoken command line tool (bst):

$ npm install bespoken-tools -g

Note: If you are on MacOS and the command fails, it is probably because you need to run it with sudo, like this:

$ sudo npm install bespoken-tools -g

Verify the installation by typing:

$ bst

To work with the Bespoken API, install it with your project as part of the package.json:

npm install bespoken-tools --save

You will then be able to use our:

Updating

To update bst:

$ npm update bespoken-tools -g