GitXplorerGitXplorer
p

tumal

public
6 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
a3b17c51e392e4f0c71e1e61e332c4aa43172239

refactored spinner, logger, execution

ppayload committed 6 years ago
Unverified
a466081960d4ff4324097646a658c17a08474bd7

refactor into analysis phase

ppayload committed 6 years ago
Unverified
9f575a05653e2c48b8d44f67f2ea82eec44add33

refactor into createSpinners

ppayload committed 6 years ago
Unverified
ba6360a7d7b838550a4778bc77e09e6a974cbf25

introduce TargetState enum instead of string values

ppayload committed 6 years ago
Unverified
3eae9ae852d7bdf3e0e768ee4211066d15033545

fix: exec gets red on error code

ppayload committed 6 years ago
Unverified
5ad41d45fb4ce04eae13bea47ee69466c47116f6

raise

ppayload committed 6 years ago

README

The README file for this repository.

tumal build

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]