mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Website: Add more entries to the Community page
This commit is contained in:
@@ -49,6 +49,8 @@ Some installation methods are maintained by third party:
|
|||||||
- [AUR](https://aur.archlinux.org/packages/taskfile-git)
|
- [AUR](https://aur.archlinux.org/packages/taskfile-git)
|
||||||
by [@kovetskiy](https://github.com/kovetskiy)
|
by [@kovetskiy](https://github.com/kovetskiy)
|
||||||
- [Scoop](https://github.com/lukesampson/scoop-extras/blob/master/bucket/task.json)
|
- [Scoop](https://github.com/lukesampson/scoop-extras/blob/master/bucket/task.json)
|
||||||
|
- [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/)
|
||||||
|
- [NixOS](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/go-task/default.nix)
|
||||||
|
|
||||||
## More
|
## More
|
||||||
|
|
||||||
|
@@ -38,12 +38,12 @@ guide to check the full schema documentation and Task features.
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [Easy installation](installation.md): just download a single binary, add to
|
- [Easy installation](installation.md): just download a single binary, add to
|
||||||
$PATH and you're done! Or you can also install using [Homebrew][homebrew],
|
`$PATH` and you're done! Or you can also install using [Homebrew][homebrew],
|
||||||
[Snapcraft][snapcraft], or [Scoop][scoop] if you want;
|
[Snapcraft][snapcraft], or [Scoop][scoop] if you want.
|
||||||
- Available on CIs: by adding [this simple command](installation.md#install-script)
|
- Available on CIs: by adding [this simple command](installation.md#install-script)
|
||||||
to install on your CI script and you're done to use Task as part of your CI pipeline;
|
to install on your CI script and you're done to use Task as part of your CI pipeline;
|
||||||
- Truly cross-platform: while most build tools only work well on Linux or macOS,
|
- Truly cross-platform: while most build tools only work well on Linux or macOS,
|
||||||
Task also supports Windows thanks to [this shell interpreter for Go][sh];
|
Task also supports Windows thanks to [this shell interpreter for Go][sh].
|
||||||
- Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work)
|
- Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work)
|
||||||
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).
|
||||||
|
Reference in New Issue
Block a user