Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Reusable code patterns which you can use as reference or copy to your project 👩💻👨🍳📖🥗
- Host: GitHub
- URL: https://github.com/michaelcurrin/code-cookbook
- Owner: MichaelCurrin
- License: mit
- Created: 2020-05-31T06:56:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T09:57:45.000Z (2 months ago)
- Last Synced: 2024-10-11T19:22:19.223Z (about 1 month ago)
- Topics: cheatsheet, cookbook, github-actions, jekyll, jekyll-site, makefile, makefile-template, recipe, reference, shell, snippets, template, templates
- Language: Shell
- Homepage: https://michaelcurrin.github.io/code-cookbook/
- Size: 4.56 MB
- Stars: 46
- Watchers: 6
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
[![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
```