mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-07 01:33:14 -06:00
docs: add links for alternatives
This commit is contained in:
parent
4288cc7903
commit
c05b2437b9
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -29,13 +29,13 @@ if not (src := __import__("pathlib").Path(__file__).parent / "swydd/__init__.py"
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|
||||||
- make
|
- [make](https://www.gnu.org/software/make/)
|
||||||
- just
|
- [just](https://just.systems)
|
||||||
- task
|
- [task](https://taskfile.dev)
|
||||||
- nox
|
- [nox](https://nox.thea.codes/en/stable/)
|
||||||
- pypyr
|
- [pypyr](https://pypyr.io)
|
||||||
- pydoit
|
- [pydoit](https://pydoit.org)
|
||||||
https://github.com/zyedidia/knit
|
- [knit](https://github.com/zyedidia/knit)
|
||||||
|
|
||||||
<!-- badges -->
|
<!-- badges -->
|
||||||
[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
|
[pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
|
||||||
|
|
Loading…
Reference in a new issue