Skip to content
/ utils Public

A set of utilities used by the Marko ecosystem. πŸ› 

License

Notifications You must be signed in to change notification settings

marko-js/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

478bd18 Β· Mar 14, 2025

History

58 Commits
Oct 16, 2018
Mar 14, 2025
Dec 19, 2018
May 14, 2018
Dec 19, 2018
May 14, 2018
Dec 19, 2018
Oct 16, 2018
May 11, 2018
Dec 19, 2018
Oct 16, 2018
Dec 20, 2018
May 11, 2018
Mar 14, 2025
Mar 14, 2025

Repository files navigation

πŸ”¨ Utils πŸ”§

Lerna Styled with prettier MIT Build status It's a joke

Packages

  • 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.

Contributing

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 packages
  • publish Runs build and begins publishing any changed packages
  • build Runs babel on the src 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)

Code of Conduct

This project adheres to the eBay Code of Conduct. By participating in this project you agree to abide by its terms.