metatypedev / ghjk

ghjk is a programmable runtime manager and an attempt at a successor for asdf.
Mozilla Public License 2.0
8 stars 1 forks source link

Task groups #71

Open Yohe-Am opened 6 months ago

Yohe-Am commented 6 months ago
// NOTE: whitespace in name
task("build front", async () => { /* build frontend */ } )
task("build back", async () => { /* build backend */ })

It'll then be accessed by...

$ ghjk x build front
$ ghjk x build back

Originally posted by @Yohe-Am in https://github.com/metatypedev/ghjk/issues/18#issuecomment-1933003330

Consider alternative semantics used by mise.

linear[bot] commented 6 months ago

MET-512 Task groups