Code Cheatsheets
14 May 2015This is a collection of code cheatsheets that I’ve written to easily remember the commonly used syntax of a language or software. This is not meant to be a complete reference, but a quick guide to easily write code. I’ll be constantly updating this list as I learn new stuff.
##Quick Setup
If you need to view this site locally, just download the cheatsheets GitHub repo and run it locally.
~ gem install jekyll
~ git clone git@github.com:karloespiritu/cheatsheets.git
~ cd cheatsheets
~ jekyll serve
# => Now browse to http://localhost:4000
If you have questions or suggestions, feel free to open an issue on GitHub or ask me on Twitter.
About
This site is using the BlackDoc Jekyll theme, which can also be freely downloaded from Github.
Thanks for reading!