mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Documentation updates
This commit is contained in:
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@@ -1,2 +1,3 @@
|
|||||||
open_collective: task
|
open_collective: task
|
||||||
patreon: andreynering
|
patreon: andreynering
|
||||||
|
custom: 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GSVDU63RKG45A¤cy_code=BRL&source=url'
|
||||||
|
16
README.md
16
README.md
@@ -7,18 +7,4 @@
|
|||||||
Task is a task runner / build tool that aims to be simpler and easier to use
|
Task is a task runner / build tool that aims to be simpler and easier to use
|
||||||
than, for example, [GNU Make](https://www.gnu.org/software/make/).
|
than, for example, [GNU Make](https://www.gnu.org/software/make/).
|
||||||
|
|
||||||
See [taskfile.dev](https://taskfile.dev) for documentation.
|
See [taskfile.dev](https://taskfile.dev) for the documentation.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Sponsors
|
|
||||||
|
|
||||||
[](https://opencollective.com/task)
|
|
||||||
|
|
||||||
## Backers
|
|
||||||
|
|
||||||
[](https://opencollective.com/task)
|
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
[](https://github.com/go-task/task/graphs/contributors)
|
|
||||||
|
@@ -38,18 +38,6 @@ guide to check the full schema documentation and Task features.
|
|||||||
if a given set of files haven't changed since last run (based either on its
|
if a given set of files haven't changed since last run (based either on its
|
||||||
timestamp or content).
|
timestamp or content).
|
||||||
|
|
||||||
## Sponsors
|
|
||||||
|
|
||||||
[](https://opencollective.com/task)
|
|
||||||
|
|
||||||
## Backers
|
|
||||||
|
|
||||||
[](https://opencollective.com/task)
|
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
[](https://github.com/go-task/task/graphs/contributors)
|
|
||||||
|
|
||||||
[make]: https://www.gnu.org/software/make/
|
[make]: https://www.gnu.org/software/make/
|
||||||
[go]: https://golang.org/
|
[go]: https://golang.org/
|
||||||
[yaml]: http://yaml.org/
|
[yaml]: http://yaml.org/
|
||||||
|
@@ -4,5 +4,5 @@
|
|||||||
- [Taskfile Versions](taskfile_versions.md)
|
- [Taskfile Versions](taskfile_versions.md)
|
||||||
- [Examples](examples.md)
|
- [Examples](examples.md)
|
||||||
- [Releasing Task](releasing_task.md)
|
- [Releasing Task](releasing_task.md)
|
||||||
- [Alternative Task Runners](alternative_task_runners.md)
|
- [Donate](donate.md)
|
||||||
- [GitHub](https://github.com/go-task/task)
|
- [GitHub](https://github.com/go-task/task)
|
||||||
|
@@ -1,17 +0,0 @@
|
|||||||
# Alternative task runners
|
|
||||||
|
|
||||||
## YAML based
|
|
||||||
|
|
||||||
- [rliebz/tusk][tusk]
|
|
||||||
|
|
||||||
## Go based
|
|
||||||
|
|
||||||
- [magefile/mage][mage]
|
|
||||||
|
|
||||||
## Make similar
|
|
||||||
|
|
||||||
- [casey/just][just]
|
|
||||||
|
|
||||||
[tusk]: https://github.com/rliebz/tusk
|
|
||||||
[mage]: https://github.com/magefile/mage
|
|
||||||
[just]: https://github.com/casey/just
|
|
35
docs/donate.md
Normal file
35
docs/donate.md
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
# Donate
|
||||||
|
|
||||||
|
If you find this project useful, you can consider donating by using one of the
|
||||||
|
channels listed below.
|
||||||
|
|
||||||
|
This is just a way of saying "thank you", it won't give you any benefits like
|
||||||
|
higher priority on issues or something similar.
|
||||||
|
|
||||||
|
## Open Collective
|
||||||
|
|
||||||
|
Task is on [Open Collective](https://opencollective.com/task) and you have
|
||||||
|
these options to donate:
|
||||||
|
|
||||||
|
- [$2 per month](https://opencollective.com/task/contribute/backer-4034/checkout)
|
||||||
|
- [$5 per month](https://opencollective.com/task/contribute/supporter-8404/checkout)
|
||||||
|
- [$20 per month](https://opencollective.com/task/contribute/sponsor-4035/checkout)
|
||||||
|
- [Custom value - One-time donation option supported](https://opencollective.com/task/donate)
|
||||||
|
|
||||||
|
## Patreon
|
||||||
|
|
||||||
|
I'm also on [Patreon](https://www.patreon.com/andreynering) if
|
||||||
|
you prefer:
|
||||||
|
|
||||||
|
- [$5 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229277)
|
||||||
|
- [$10 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229276)
|
||||||
|
- [$15 per month](https://www.patreon.com/join/andreynering/checkout?rid=4229275)
|
||||||
|
|
||||||
|
You can choose a custom value on any of the links above.
|
||||||
|
|
||||||
|
Patreon does not support one-time donation. As a workaround you can fire a
|
||||||
|
subscription and cancel it once the donation was succeded.
|
||||||
|
|
||||||
|
## PayPal
|
||||||
|
|
||||||
|
- [Any value - One-time donation](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GSVDU63RKG45A¤cy_code=BRL&source=url)
|
Reference in New Issue
Block a user