Skip to content

Files

Latest commit

a59bee3 Β· Jun 5, 2024

History

History
70 lines (42 loc) Β· 2.8 KB

README.md

File metadata and controls

70 lines (42 loc) Β· 2.8 KB

Code Cookbook πŸ‘©β€πŸ’»πŸ‘¨β€πŸ³πŸ“–πŸ₯—

Reusable code patterns which you can use as reference or copy to your project

GH Pages Deploy GitHub tag License

Jekyll theme - fractal Hosted with - GitHub Pages

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

Preview


View site - GH Pages

Documentation

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

Docs

Contributing

Contributions are welcome. Please see the instructions:

Contributing doc

License

Released under MIT by @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:
    $ # Copy the original license.
    $ cp LICENSE LICENSE-source
    
    $ # Put your own name in your fork's main license.
    $ open LICENSE