marko-js / utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”¨ 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.

About

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

License:MIT License


Languages

Language:JavaScript 100.0%