An open API service indexing awesome lists of open source software.

https://github.com/marko-js/utils

A set of utilities used by the Marko ecosystem. 🛠
https://github.com/marko-js/utils

Last synced: about 2 months ago
JSON representation

A set of utilities used by the Marko ecosystem. 🛠

Awesome Lists containing this project

README

        

🔨 Utils 🔧





Lerna



Styled with prettier



MIT



Build status







It's a joke

## Packages

- [vertest](https://github.com/marko-js/utils/blob/master/packages/vertest/README.md) -
test a package with the versions of dependencies it claims to support
- [parse-node-args](https://github.com/marko-js/utils/blob/master/packages/parse-node-args/README.md) -
extract all valid node flags from a list of process args
- [abort-group](https://github.com/marko-js/utils/blob/master/packages/abort-group/README.md) -
group a set of cancelable actions to be aborted together at any time.
- [dependent-path-update](https://github.com/marko-js/utils/blob/master/packages/dependent-path-update/README.md) -
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](https://twitter.com/chriscoyier/status/896051713378992130) 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](./.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.