Skip to content

Commit c53db13

Browse files
committed
move examples to its own repo
1 parent 0513a21 commit c53db13

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ It aims to be simpler and easier to use then [GNU Make][make].
2121
- [Help](#help)
2222
- [Silent mode](#silent-mode)
2323
- [Watch tasks](#watch-tasks-experimental)
24-
- [Task in the wild](#task-in-the-wild)
24+
- [Examples][#examples]
25+
- [Task in the wild](#task-in-the-wild)
2526
- [Alternative task runners](#alternative-task-runners)
2627

2728
## Installation
@@ -503,6 +504,12 @@ If you give a `--watch` or `-w` argument, task will watch for files changes
503504
and run the task again. This requires the `sources` attribute to be given,
504505
so task know which files to watch.
505506

507+
## Examples
508+
509+
The [go-task/examples][examples] intends to be a collection of Taskfiles for
510+
various use cases.
511+
(It still lacks many examples, though. Contributions are welcome).
512+
506513
## Task in the wild
507514

508515
- [How I Build My Static Assets for Hugo][post-hugo]
@@ -540,3 +547,4 @@ so task know which files to watch.
540547
[sh]: https://github.com/mvdan/sh
541548
[post-hugo]: https://blog.carlmjohnson.net/post/2017/hugo-asset-pipeline/
542549
[minify]: https://github.com/tdewolff/minify/tree/master/cmd/minify
550+
[examples]: https://github.com/go-task/examples

example/Taskfile.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)