- vertest - test a package with the versions of dependencies it claims to support
- parse-node-args - extract all valid node flags from a list of process args
- abort-group - group a set of cancelable actions to be aborted together at any time.
- dependent-path-update - A tool to update dependent paths when renaming a file.
This repo provides a consistent build, test, & development environment around small utilities that are shared by packages used in many of the projects in the Marko ecosystem.
npm scripts
test
Run the tests for all packagespublish
Runs build and begins publishing any changed packagesbuild
Runs babel on thesrc
folder for every package (runs on publish)format
Formats the files in the repo (runs on precommit)lint
Lints the files in the repo (runs on precommit)
This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.