Usage: tumal <command> [options]
Commands:
tumal exec run command for every package
tumal yarn-run run a package.json script with yarn for every package
tumal yarn-build run `yarn build` for every out-of-date package in dependency
order
tumal was provides you some targets to run
tumal build same as `was -t build-.*`
tumal test same as `was -t test-.*`
Options:
--version Show version number [boolean]
-f, --force runs the command, even when the target is not out of
date
--only-show-targets shows only the targets it would run [default: false]
--ui [choices: "auto", "fancy", "simple"] [default: "auto"]
--targets, -t, --target runs the command only for these targets and possibly
its dependencies.
separate by comma to specify multiple targets.
you can use regex syntax to match target names.
[default: ""]
--by-deps runs the command in dependency order
--use-srcs the command reruns when source files have been
changed since the last time
--color, --colors enforce color mode
--todo what to do with targets?
'run' to run targets
'makefile' to create a Makefile [default: "run"]
-h Show help [boolean]
p
tumal
public
6 stars
3 forks
0 issues
Commits
List of commits on branch master.Unverified
8b18e7e10f277b08767c653b89ee2603e2aea724add -f --force
ppayload committed 6 years ago
Unverified
6f236b137837aab4c1c7b4c83dbf4fe533511e3aadd yarn-run command
ppayload committed 6 years ago
Unverified
8b70ed290038af7e214e55b2c640affdc5b1325brefactored task functions, removed RaiseTask class
ppayload committed 6 years ago
Unverified
7d5dcc8b38417a1db5730f1e57c6702b2acc9889refactored task methods
ppayload committed 6 years ago
Unverified
96e5a4e3615c6ad4935253bfc5c07d168bdeddeerefactored exec/build into Task class
ppayload committed 6 years ago
Unverified
8d8b45cc0d239b65c9dcf3a8ad2181841273ba1crefactored stamp file writing into Task class
ppayload committed 6 years ago