https://github.com/pellared/taskflow-example
Example usage of taskflow
https://github.com/pellared/taskflow-example
go golang
Last synced: 10 months ago
JSON representation
Example usage of taskflow
- Host: GitHub
- URL: https://github.com/pellared/taskflow-example
- Owner: pellared
- License: unlicense
- Created: 2021-03-10T18:41:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T21:13:16.000Z (about 5 years ago)
- Last Synced: 2025-02-08T21:29:32.302Z (over 1 year ago)
- Topics: go, golang
- Language: Go
- Homepage: https://www.youtube.com/watch?v=8rOBZafbVGYa
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# taskflow-example
>Example usage of [taskflow](https://github.com/pellared/taskflow)
[](https://github.com/pellared/taskflow-example/actions?query=workflow%3Abuild+branch%3Amain)
[](https://www.youtube.com/watch?v=8rOBZafbVGYa)
[Presentation](https://docs.google.com/presentation/d/1fJ26B1D1VkxC-1DppegPCe8YOaA3Ayrbke2yAx-Kzcs/edit?usp=sharing).
Running:
```sh
go run ./build
```
Notable files:
- [build/build.go](build/build.go) - taskflow build pipeline,
- [build/build_test.go](build/build_test.go) - sample unit test for a taskflow command,
- [.github/workflows/build.yml](.github/workflows/build.yml) - GitHub Actions workflow,
- [.vscode/launch.json](.vscode/launch.json) - Visual Studio Code configuration for debugging,
- [.vscode/tasks.json](.vscode/tasks.json) - Visual Studio Code task definition for runing taskflow using `Tasks: Run Build Task`.