burlesque

Create slideshow presentations from git commits.

Usage no npm install needed!

<script type="module">
  import burlesque from 'https://cdn.skypack.dev/burlesque';
</script>

README

burlesque

NPM version

Dependency Status

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.