An open API service indexing awesome lists of open source software.

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

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