Skip to content

Commit 1ac8175

Browse files
authored
Update README (#77)
1 parent 1bf5fef commit 1ac8175

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ myke solves all these problems in a single tiny binary, to avoid reinventing the
99
## Features
1010

1111
* Define tasks in simple `.yml` files
12-
* Nice aggregation and discovery, suitable for large number of tasks (across repos/projects), grouping by tags, etc
12+
* Nice aggregation and discovery with tag-based grouping, suitable for few and many tasks, organizing into subfolders/submodules/repos/projects
1313
* Robust environment handling - Can be defined as keys in the YML or as dotenv files, overridden by dotenv.local files, `PATH` is always prepended, shell always takes precedence
1414
* Built-in templating using golang text/template and 50+ functions provided by [sprig](https://github.com/Masterminds/sprig)
1515
* Mixin ymls to share tasks, envvars, etc
1616
* Runtime arguments like `myke task1 --key1=val1 task2 --key2=val2 ...`
1717
* `before/after/error` hooks to perform cleanups, chains with mixins, etc
1818
* `retry` support with max and delay for failing tasks
19+
* Tiny, cross-platform binaries
1920
* and a lot of small utilities packed in
2021

2122
## Usage

0 commit comments

Comments
 (0)