0.0.5-0 • Published 9 years ago
speakerbob-client v0.0.5-0
speakerbob-client
A simple client for speakerbob.
Installation
To install the latest speakerbob client simply run:
$ npm install -g speakerbob-clientTo install the development version run:
$ npm install -g speakerbob-client@nextUsage
Once spekerbob-client is installed simply run:
$ speakerbob-client -H HOST -i IDENTIFIER -t TOKENIf disk space is limited on the client hardware you can disable caching with:
$ speakerbob-client -H HOST -i IDENTIFIER -t TOKEN --no-cacheDevelopment Install
- clone this repo and cd into the project folder.
- in your terminal run
$ npm run speakerbob-client -- -H HOST -i IDENTIFIER -t TOKEN
Development
To run speakerbob-client during development:
$ npm run speakerbob-client -- -H HOST -i IDENTIFIER -t TOKENContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
*The travis ci build must succeed for a pull request to be accepted.