Files
nicholaswilde_recipes/docs/README.md
2022-12-15 12:37:43 -08:00

44 lines
1.7 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- markdownlint-disable-next-line no-trailing-punctuation -->
# :green_salad: Recipes :open_book:
[![ci](https://img.shields.io/github/actions/workflow/status/nicholaswilde/recipes/ci.yaml?label=ci&style=for-the-badge&branch=main)](https://github.com/nicholaswilde/recipes/actions/workflows/ci.yaml)
[![link-check](https://img.shields.io/github/actions/workflow/status/nicholaswilde/recipes/link-check.yaml?label=link-check&style=for-the-badge&branch=main)](https://github.com/nicholaswilde/recipes/actions/workflows/link-check.yaml)
[![spellcheck](https://img.shields.io/github/actions/workflow/status/nicholaswilde/recipes/spellcheck.yaml?label=spellcheck&style=for-the-badge&branch=main)](https://github.com/nicholaswilde/recipes/actions/workflows/spellcheck.yaml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=for-the-badge)](https://pre-commit.com/)
[![task](https://img.shields.io/badge/task-enabled-brightgreen?logo=task&logoColor=white&style=for-the-badge)](https://taskfile.dev/)
My collection of recipes made with [cooklang][1].
---
[![asciicast](assets/gifs/demo.gif)](https://asciinema.org/a/540543)
Aliases used.
```bash
alias e='micro'
alias gpo='git push origin main'
```
---
## :book:&nbsp; Documentation
Documentation can be found [here](http://nicholaswilde.io/recipes).
---
<!-- spellchecker-disable -->
## :balance_scale: &nbsp; License
<!-- spellchecker-enable -->
[Apache 2.0 License](../LICENSE)
---
## :pencil:&nbsp;Author
This project was started in 2022 by [Nicholas Wilde](https://github.com/nicholaswilde/).
[1]: https://cooklang.org/