- 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
testRun the tests for all packagespublishRuns build and begins publishing any changed packagesbuildRuns babel on thesrcfolder for every package (runs on publish)formatFormats the files in the repo (runs on precommit)lintLints 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.