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: 4 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T12:53:03.000Z (3 months ago)
- Last Synced: 2025-03-27T01:11:15.884Z (19 days 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.67 MB
- Stars: 46
- Watchers: 5
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - MichaelCurrin/code-cookbook - Reusable code patterns which you can use as reference or copy to your project 👩💻👨🍳📖🥗 (Shell)
README
# Code Cookbook 👩💻👨🍳📖🥗
> Reusable code patterns which you can use as reference or copy to your project[](https://github.com/MichaelCurrin/code-cookbook/actions?query=workflow:"GH+Pages+Deploy")
[](https://github.com/MichaelCurrin/code-cookbook/releases/)
[](#license)[](https://jekyllrb.com)
[](https://github.com/MichaelCurrin/fractal)
[](https://pages.github.com/)Achieve small or large tasks using recipes that contain steps, scripts, and config files.
## Preview
[](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/ "Go to docs")
## Contributing
Contributions are welcome. Please see the instructions:
[](/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
```