/cheatsheets

Website: A collection of my cheatsheets for development

Primary LanguageHTML

Collection of HowTo's, Configurations, and Cheatsheets

Feel free to adjust and use them!

How to use

  • Modify or create new sheets in the sheets folder
  • Run gen_html.py to generate html code from sheets with the template.html
  • The python code will automatically add all sheets into the template and arrange them in a html flex-box environment

Required Python Packages

Quickly install them via:

pip install -r requirements.txt

Enjoy!