This demo shows how to use go-task as a library to load and traverse Taskfile graphs, including support for remote Taskfiles.
- Load Taskfiles from local files or remote URLs (HTTP/HTTPS, Git)
- Traverse the Taskfile inclusion graph
- Analyze task dependencies
- Perform DFS traversal on task dependency graphs
- Support for remote Taskfiles with security features
# Run the demo
go run main.go