.github
|
Skip linting for now
|
2019-08-15 22:35:29 -03:00 |
cmd
|
Add --taskfile flag (alias -t) to allow running another Taskfile
|
2019-07-21 10:57:04 -03:00 |
completion/zsh
|
Remove unnecessary extra empty line
|
2019-03-04 22:56:23 -03:00 |
docs
|
Documentation: Improve wording on the Variables section
|
2019-08-10 19:50:47 -03:00 |
internal
|
Fix nil panic bug when assigning global var and no var is declared on the Taskfile
|
2019-08-10 19:38:57 -03:00 |
testdata
|
Fix typo
|
2019-06-15 21:58:37 -03:00 |
vendor
|
go mod vendor
|
2019-05-11 11:22:47 -03:00 |
.editorconfig
|
Documentation: GA
|
2018-09-23 15:31:00 -03:00 |
.gitattributes
|
Initial commit
|
2017-02-26 20:14:36 -03:00 |
.gitignore
|
Fix CI
|
2019-08-15 22:32:45 -03:00 |
.goreleaser.yml
|
Fix two Goreleaser deprecation messages
|
2019-08-11 23:15:08 -03:00 |
.travis.yml
|
Update Go version on CI
|
2019-04-13 17:44:55 -03:00 |
CHANGELOG.md
|
Update CHANGELOG.md
|
2019-08-11 23:01:25 -03:00 |
errors.go
|
Fix suggestion to use task --init not being shown anymore
|
2018-08-19 16:23:32 -03:00 |
go.mod
|
Fixed some bugs regarding minor version checks on version:
|
2019-06-15 22:39:35 -03:00 |
go.sum
|
Revert "Upgrade to yaml/go-yaml v3"
|
2019-05-11 11:22:13 -03:00 |
help.go
|
Re-write import paths to v2
|
2018-11-04 21:23:35 -02:00 |
init.go
|
Migrating from taskfile.org to taskfile.dev
|
2019-03-04 23:23:30 -03:00 |
install-task.sh
|
Using godownloader to generate a install script
|
2018-04-07 15:07:43 -03:00 |
LICENSE
|
MIT LICENS file
|
2017-02-28 09:15:25 -03:00 |
precondition.go
|
Change error output
|
2019-06-11 12:20:56 -07:00 |
README.md
|
Migrating from taskfile.org to taskfile.dev
|
2019-03-04 23:23:30 -03:00 |
status.go
|
Add Preconditions to Tasks
|
2019-05-17 13:51:15 -07:00 |
task_test.go
|
Fix typo
|
2019-06-15 21:58:37 -03:00 |
task.go
|
Add --taskfile flag (alias -t) to allow running another Taskfile
|
2019-07-21 10:57:04 -03:00 |
Taskfile.yml
|
Move documentation tasks to its own Taskfile
|
2019-01-02 13:42:06 -02:00 |
variables.go
|
Remove ignore_errors
|
2019-05-28 13:02:59 -07:00 |
watch.go
|
Re-write import paths to v2
|
2018-11-04 21:23:35 -02:00 |