https://github.com/payload/tumal
https://github.com/payload/tumal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/payload/tumal
- Owner: payload
- Created: 2018-09-10T21:48:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T12:23:38.000Z (about 6 years ago)
- Last Synced: 2025-02-28T06:18:44.539Z (3 months ago)
- Language: TypeScript
- Size: 70.3 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# tumal build
```
Usage: tumal [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]
```