mirror of
https://github.com/nicholaswilde/recipes.git
synced 2026-02-04 16:45:41 +00:00
44 lines
1.7 KiB
Markdown
44 lines
1.7 KiB
Markdown
<!-- markdownlint-disable-next-line no-trailing-punctuation -->
|
||
# :green_salad: Recipes :open_book:
|
||
|
||
[](https://github.com/nicholaswilde/recipes/actions/workflows/ci.yaml)
|
||
[](https://github.com/nicholaswilde/recipes/actions/workflows/link-check.yaml)
|
||
[](https://github.com/nicholaswilde/recipes/actions/workflows/spellcheck.yaml)
|
||
[](https://pre-commit.com/)
|
||
[](https://taskfile.dev/)
|
||
|
||
My collection of recipes made with [cooklang][1].
|
||
|
||
---
|
||
|
||
[](https://asciinema.org/a/540543)
|
||
|
||
Aliases used.
|
||
|
||
```bash
|
||
alias e='micro'
|
||
alias gpo='git push origin main'
|
||
```
|
||
|
||
---
|
||
|
||
## :book: Documentation
|
||
|
||
Documentation can be found [here](http://nicholaswilde.io/recipes).
|
||
|
||
---
|
||
|
||
<!-- spellchecker-disable -->
|
||
## :balance_scale: License
|
||
<!-- spellchecker-enable -->
|
||
|
||
[Apache 2.0 License](../LICENSE)
|
||
|
||
---
|
||
|
||
## :pencil: Author
|
||
|
||
This project was started in 2022 by [Nicholas Wilde](https://github.com/nicholaswilde/).
|
||
|
||
[1]: https://cooklang.org/
|