https://github.com/go-task/examples
Taskfiles examples
https://github.com/go-task/examples
task taskfile
Last synced: 9 months ago
JSON representation
Taskfiles examples
- Host: GitHub
- URL: https://github.com/go-task/examples
- Owner: go-task
- License: mit
- Created: 2017-10-02T11:10:05.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T20:27:39.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T21:05:03.094Z (9 months ago)
- Topics: task, taskfile
- Language: Go
- Homepage: https://taskfile.dev
- Size: 88.9 KB
- Stars: 64
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taskfile examples
This repository contains examples of common uses for Taskfiles.
- [Go Web App][gowebapp] with live-reloading and compiling everything in a
single binary
TODO:
- Using Task to build Docker containers
# Contributing
Contributions are more than welcome. The examples should be simple and show
an useful use case for [Task][task].
[task]: https://github.com/go-task/task
[gowebapp]: https://github.com/go-task/examples/tree/master/go-web-app