Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelcurrin/code-cookbook

Reusable code patterns which you can use as reference or copy to your project 👩‍💻👨‍🍳📖🥗
https://github.com/michaelcurrin/code-cookbook

cheatsheet cookbook github-actions jekyll jekyll-site makefile makefile-template recipe reference shell snippets template templates

Last synced: 5 days ago
JSON representation

Reusable code patterns which you can use as reference or copy to your project 👩‍💻👨‍🍳📖🥗

Awesome Lists containing this project

README

        

# Code Cookbook 👩‍💻👨‍🍳📖🥗
> Reusable code patterns which you can use as reference or copy to your project

[![GH Pages Deploy](https://github.com/MichaelCurrin/code-cookbook/workflows/GH%20Pages%20Deploy/badge.svg)](https://github.com/MichaelCurrin/code-cookbook/actions?query=workflow:"GH+Pages+Deploy")
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/code-cookbook?include_prereleases&sort=semver)](https://github.com/MichaelCurrin/code-cookbook/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)

[![Jekyll](https://img.shields.io/badge/Jekyll-4-blue?logo=jekyll&logoColor=white)](https://jekyllrb.com)
[![theme - fractal](https://img.shields.io/static/v1?label=theme&message=fractal&color=blue&logo=github)](https://github.com/MichaelCurrin/fractal)
[![Hosted with - GitHub Pages](https://img.shields.io/badge/Hosted_with-GitHub_Pages-blue?logo=github&logoColor=white)](https://pages.github.com/)

Achieve small or large tasks using recipes that contain steps, scripts, and config files.

## Preview



Sample screenshot
Sample docker screenshot


[![View site - GH Pages](https://img.shields.io/static/v1?label=View+site&message=GH+Pages&color=2ea44f&style=for-the-badge)](https://michaelcurrin.github.io/code-cookbook/ "Go to website")

## Documentation

To set up and run this project (or your fork), see the project docs:

[![Docs](https://img.shields.io/badge/View-Documentation-blue?style=for-the-badge)](/docs/ "Go to docs")

## Contributing

Contributions are welcome. Please see the instructions:

[![Contributing doc](https://img.shields.io/badge/View-Contributing_doc-blue?style=for-the-badge)](/CONTRIBUTING.md "View contributing doc")

## License

Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).

If you use a significant portion of this project in your own project, please include a copy of this project's license in your repo (e.g. as `LICENSE-source` and add a link back to https://github.com/MichaelCurrin/code-cookbook/ somewhere in your docs).

### Forking

- If you fork this repo just for fun or to contribute back, you don't need to update the `LICENSE` file.
- But if you fork this repo and _do_ make significant changes without planning to contribute back with a PR, that's fine - just please include a copy of the original license in your fork:
```sh
$ # Copy the original license.
$ cp LICENSE LICENSE-source

$ # Put your own name in your fork's main license.
$ open LICENSE
```