/dev-cheatsheets

A collection of code snippets and CLI guides for quick and easy reference while coding

Primary LanguageMakefileMIT LicenseMIT

Dev Cheatsheets

A collection of code snippets and CLI guides for quick and easy reference while coding

GitHub tag License: MIT Hosted with - GitHub Pages Made with Jekyll

Preview

Screenshots of the website:

sample cheatsheets sample cheatsheets shell

View - michaelcurrin.github.io/dev-cheatsheets/

Contents

An idea of what to expect in this guide.

  • Languages - Syntax and functions across languages. Including how to operate on an array in JavaScript, available Jekyll filters and common and specialized uses of Markdown. Most code snippets here are only one line.
  • CLI tools - Terminal commands and flags that are useful to me, including listing what they are, what they mean and an example of how to use them. Especially using versatile/complex tools like sed or git.
  • Help - Portions of the man pages, to make it easier to read about command in the browser without going through the entire manpage on the terminal.
  • Resources - There are some details for external resources.

The idea for the first two types is that the code here is generic. There are placeholder values or made-up use-cases for demonstration. You'll need to change them for your own situation.

See also my Code Cookbook project. It has Recipes which structured similarly to Cheatsheets here, except that the Recipes are usually longer blocks of code to be copied and they focus on real-world use-cases.

Documentation

To setup and run this project (or a fork), see the project docs:

Docs

Contributing

Contributions are welcome. See instructions.

Contributing doc

License

Released under MIT.

You must include a copy of this original license if you fork this repo or use a significant portion of it.