Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Task

A task runner / simpler Make alternative written in Go
Collective - Host: opensource - https://opencollective.com/task - Website: https://taskfile.dev/ - Code: https://github.com/go-task/task

Applying variables to env section

github.com/go-task/task - 72528af18aacb821414e2dafa98563ade29c10a8 authored almost 8 years ago
Added ability to add environment variables per task

Add an anv section to the task

github.com/go-task/task - 6f7b26908f502a60fe8fc002629727ed41b1df68 authored almost 8 years ago
README: Have an Alternatives section

github.com/go-task/task - 4de3abe9e2dff91597bdd6065dd2ca3c9f47e8bf authored almost 8 years ago
Fix typos

github.com/go-task/task - 19f12003142d83274899561c134955e4de507956 authored almost 8 years ago
Move Variables and template documentation to the bottom, since they are more advanced than the other topics

github.com/go-task/task - 697e5466a586cbacabe24760b792688a4101279a authored almost 8 years ago
Fix Taskvar file documentation

github.com/go-task/task - 17c3a67be6099dc98241af2108745332ead66146 authored almost 8 years ago
README: document use of Go's template engine

github.com/go-task/task - 41df7e19b42eb3cee5410832c9b9dae41e16300f authored almost 8 years ago
Switch variable replacing with Go's template engine

github.com/go-task/task - 91d5fa5fe6b2d35ce18600ffb5138caabd4604b2 authored almost 8 years ago
As convention, have variables in uppercase

github.com/go-task/task - 6368c2fdb61d5d368299eb138945dcee45617f6c authored almost 8 years ago
Minor refactor of readTaskvarsFile()

github.com/go-task/task - 08ab113b79ccfd681e850f24edc786f22bfc11c3 authored almost 8 years ago
Simple refactor of getEnvironmentVariables()

github.com/go-task/task - f4c8997192850adff30ffb2ad628c0a666b2dd14 authored almost 8 years ago
Minimal refactoring od isTaskUpToDate()

github.com/go-task/task - 7db3db48b0e5c1a2b7352b9c4452ba2d0fbccd79 authored almost 8 years ago
Rename "variables" key to "vars" for brevity

github.com/go-task/task - fa850d14406a22ed608f85e08cc5cc501eafdffa authored almost 8 years ago
Refactoring and redirect Stdout and Stdin of not set var

github.com/go-task/task - 3aaf1b2ec1eade40606a1fbf1d01baaf844d7af3 authored almost 8 years ago
Merge branch 'pull-6-variables'

github.com/go-task/task - 4127ea5afe54d6aa83b44f36471d6d29a7363dd1 authored almost 8 years ago
Changed name of Variables to Taskvars

github.com/go-task/task - 9bffad0f272c3c3ac6bd5927fbb335ec5e8bd408 authored almost 8 years ago
Running deps first

github.com/go-task/task - 561c213a92ce6fb510e6c31a9e20c49d40dabf37 authored almost 8 years ago
Removed aliasing

github.com/go-task/task - d8f9b0697d584f293d0ce052cf1f33a87aa90969 authored almost 8 years ago
Changed to be quiet when a variable is set

github.com/go-task/task - e6bb0cfc6d2ce5770df2f4f1df6e8c431616da05 authored almost 8 years ago
Merge branch 'master' into master

github.com/go-task/task - a9181255b8fc326193e834000f8958119d1314ad authored almost 8 years ago
Updated README

github.com/go-task/task - 4ba13e4e8ad146a464ea5c4e4ed68caea2997070 authored almost 8 years ago
Merge branch 'develop'

github.com/go-task/task - b5fff683519cf9b12f7b1effe6dd4ee3c1cf3e25 authored almost 8 years ago
Have a lint task

github.com/go-task/task - ae8f405ef98c9db9194be8076abbbe97fdc5fde3 authored almost 8 years ago
Fix README typos

github.com/go-task/task - 2e1d0ab4a6396d782a7a7efa7deb2a2afd7d5d4e authored almost 8 years ago
Prefix all output messages from task with "task: "

This makes it easier to know if a message comes from task or from a command
stdout or stderr

github.com/go-task/task - 576b18246a4ec6bae676d3e6330d6dece6d97a78 authored almost 8 years ago
Move error types to its own file

github.com/go-task/task - a9b8e31228902666ce23588138d572de973c9d7d authored almost 8 years ago
Minor improvements for #5

github.com/go-task/task - b8116015c7e9a1916fffecf2199aa519aca5a0e2 authored almost 8 years ago
Merge pull request #5 from sascha-andres/master

Simple cyclic dependency detection

github.com/go-task/task - f7d119f54437ccda14e49a1fcfd09e6392d49015 authored almost 8 years ago
Explained usage of set with multiple commands

github.com/go-task/task - 6733ef458f22d7db95b651b439551c2e8d4a8fda authored almost 8 years ago
Moved handleVariables() into command loop

github.com/go-task/task - 9abe71e9670fe6cd3c22b3a8620ee3db4a2e7b61 authored almost 8 years ago
Added documentation for variables

Closes #2

github.com/go-task/task - 8619c8d41701f61e366d8f5871c7bc59004f8287 authored almost 8 years ago
Allow setting a variable

github.com/go-task/task - eb783d04b89c2bff47398fad06e1bf0818139f83 authored almost 8 years ago
Added explantation to README

github.com/go-task/task - 67e5c1eaf386073571f234ffec966b4305a7ba9d authored almost 8 years ago
Running deps before verifying if the current task is up-to-date

github.com/go-task/task - c655f23755bb70239a00e88aa3d9c62ea54d6261 authored almost 8 years ago
Handling errors on variable handling

Relates to #2

github.com/go-task/task - b9820c5c7ddd09d77e4ed3a0138d3b0de8409a01 authored almost 8 years ago
Added external file support

Relates to #2

github.com/go-task/task - 0162c2990e14b5fc2c1fcf4e3efc19cd9564ee93 authored almost 8 years ago
Variable handling

Relates to #2

github.com/go-task/task - 240589978dda4b9bfb3cf09288840aadeeda4ee3 authored almost 8 years ago
Merged branch master into develop

github.com/go-task/task - b325b506c91891b08429374887128b7176c2305e authored almost 8 years ago
Simple cyclic dependency detection

github.com/go-task/task - ea2e86e3983046d824c2a4c6b72ebee42502cc2a authored almost 8 years ago
Document force flag

github.com/go-task/task - 2df72fe39a61c3e935cec86e02586ab37e859854 authored almost 8 years ago
Vendor github.com/spf13/pflag

github.com/go-task/task - cbd4da153a194015f2e6b8c2ca4c82f46a5cdbbe authored almost 8 years ago
Use github.com/spf13/pflag instead of stdlib flag

github.com/go-task/task - f899df2e825b130124ed6a0946423a778fd9cd41 authored almost 8 years ago
Add -f flag to force execution even when task is up-to-date

github.com/go-task/task - 131499b66d0a537924841096ce77d301dfaa53f9 authored almost 8 years ago
README: Gitter badge

github.com/go-task/task - e95e2e8e8a9716da10350cccb64d88a2dcefa89e authored almost 8 years ago
Documentation for running task in another dir

github.com/go-task/task - adc433f02a0c9e0a9b49e5162dfd4bf4ddf8e99b authored almost 8 years ago
Merge pull request #4 from sascha-andres/master

Added chdir to task

github.com/go-task/task - 847f2060438ec5d1412030210481d59853ae3374 authored almost 8 years ago
Changed minor code style

github.com/go-task/task - 1576943702a14d63e4c33665d40c8d6aae2c262c authored almost 8 years ago
Merged branch develop into master

github.com/go-task/task - 3779f721553326f0ea4af0909e47d61c06351625 authored almost 8 years ago
Merged branch feature/chdir into develop

github.com/go-task/task - 36bcc13fdd6302cb4ccbd06597343654ad5b65af authored almost 8 years ago
Added support for chdir option in task

github.com/go-task/task - a4935915414494ed9ea8c07da46aa62dfcca4e90 authored almost 8 years ago
Remove slice not used anymore

github.com/go-task/task - c7154d4102be5c24c40907225dc2d97854cad0de authored almost 8 years ago
Few fixes on README

github.com/go-task/task - f3e741889a221cc17db468758e9b93583333c4e6 authored almost 8 years ago
Have a Taskfile for the own projeto

github.com/go-task/task - 4c06f101f4e6665168b48985dac02a3569fcf55d authored almost 8 years ago
Merge branch 'support-json-toml'

github.com/go-task/task - a9adfbafd40a3e1747546061e32acb9a423e7d91 authored almost 8 years ago
Vendor TOML lib

github.com/go-task/task - 2542713c3239a6e0afe15839cfef8c5633a5c338 authored almost 8 years ago
Fix extension on help text

github.com/go-task/task - 27a21eb4cb5665261459abc8df5f1ffcd445eebf authored almost 8 years ago
Indent TOML in example file

github.com/go-task/task - 989f2eaa3e0d55fbb4b2c0460b4a6f7b5bd5ff53 authored almost 8 years ago
added yml/json/toml support, --help flag, and example directory

Signed-off-by: Andrey Nering <[email protected]>

github.com/go-task/task - 61b1aa8559dda4469dae5579b3bbc17f1c4683c7 authored almost 8 years ago
add toml example, use yaml in help doc

Signed-off-by: Andrey Nering <[email protected]>

github.com/go-task/task - a53fcf8bbac78616906db9444826587297b34220 authored almost 8 years ago
Make golint happy

github.com/go-task/task - a15cf26842d797169bf15a1986e18c5507644776 authored almost 8 years ago
Add dist/ to .gitignore

github.com/go-task/task - f2843589a9dc178f00c89c3c245b5bc220ea8d56 authored almost 8 years ago
Releasing with GoReleaser

github.com/go-task/task - 0609380061d04fe7c7415a1cb5b0110d6e584edb authored almost 8 years ago
MIT LICENS file

github.com/go-task/task - 45c40cc845cb66deab08b17aed99dd3b776b2a20 authored almost 8 years ago
Write a README

github.com/go-task/task - c1e3e5ca63afd92b1906d885d80e3d4392f9c8ba authored almost 8 years ago
Do vendoring

github.com/go-task/task - 93dabdd9a8a0a818c4ec84eb0f409e32af9dc24d authored almost 8 years ago
Change patterns to slice to support multiple

github.com/go-task/task - b8b52b94f99fe57cb13f1f63a3f7c75159ffcd8e authored almost 8 years ago
DO nor re-run up-to-date tasks, based on ModTime and given patterns

github.com/go-task/task - 0e1aaabf11e10491adc908aea5f72ebe0ac8fc6f authored almost 8 years ago
Use relative path

github.com/go-task/task - 7cab3997c17f90b21733793f9c62c12c66c47adb authored almost 8 years ago
Support run multiple commands

github.com/go-task/task - 5b1d10672474d58fddd3433830d21716607b80a7 authored almost 8 years ago
Support Windows

If "sh" is available (Git bash) it is used. Otherwise "cmd" is used.

github.com/go-task/task - 49d4901c76cc507dc1359447755d413dc625774c authored almost 8 years ago
Move main package to cmd/task

github.com/go-task/task - a441fea849b46e2f2db5d4caeacf04aed7f7dd39 authored almost 8 years ago
Better error message on task run error

github.com/go-task/task - 6104b423682d6e23f968eff641b89c23cc3d4aa6 authored almost 8 years ago
Support task dependencies

github.com/go-task/task - b2621a8bc3b1ba3e6bced5ef75b025fdb20f7bc9 authored almost 8 years ago
Redirect stderr

github.com/go-task/task - 53f8766b8065c395087b7b7f27198ff9e472e857 authored almost 8 years ago
First working version

github.com/go-task/task - 389d7f7aed03e374c1b6b28cc94adbb341384ac8 authored almost 8 years ago
Initial commit

github.com/go-task/task - 39e60d6278648d0e02c2bca830ad63cacbf60538 authored almost 8 years ago