GitXplorerGitXplorer
p

tumal

public
6 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
055e99d6ea726dc31f6e27ab70439b769aaac95e

ReadMe

ppayload committed 6 years ago
Unverified
1f4c5394ad623b506ce0c0d7cfc3a4a2b09af8ea

version, name

ppayload committed 6 years ago
Unverified
78617067d6bb178188388c36c1cc26d81afa158b

add executable flags

ffelixilbring committed 6 years ago
Unverified
af8b7d5ffd6410b884d20b4b9c32535df32ccf8b

rewrite lots of stuff, squashed together, forget history

ppayload committed 6 years ago
Unverified
2dd069cd5aaf2b4c870eb3b11e11d70cfa6ea366

fix: use split instead of byline, splits better by line

ppayload committed 6 years ago
Unverified
17f517cc5d9d6ebf69a496d2bdb060ad96c1325c

add --to --to-target

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]