cheat
cheat generates the files for creating a Dash cheat sheet. It requires cheatset.
Installation
Use Go to install it from this repo:
go get github.com/lorin/cheat
Usage
cheat <projectname>
For example:
cheat foo
This will create the following directory and files:
foo-cheat-sheet
├── .gitignore
├── Makefile
├── README.md
└── foo.rb