burlesque
v0.0.4
Published
Create slideshow presentations from git commits.
Downloads
12
Readme
burlesque
Turn your git commit messages into visual presentations that wow your viewers!
Disclaimer: The wow factor may or may not be experienced.
Installation
npm install -g burlesque
Usage
burlesque help
Installing As Root
If you have trouble with the bower install, I recommend to, instead:
echo "prefix = ${HOME}/npm-global" >> ~/.npmrc
echo "export PATH=$HOME/npm-global/bin:$PATH" >> ~/.bashrc
Versioning
This project ascribes to semantic versioning.
Hacking
cd burlesque
npm install
./bin/burlesque help
Why?
When you can explain an entire feature from its commit history, you don't have to repeat yourself, and anyone who has no experience with the code can understand and explore what is being done.