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. ðŸ›
- Host: GitHub
- URL: https://github.com/marko-js/utils
- Owner: marko-js
- License: mit
- Created: 2018-05-11T18:53:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T22:33:49.000Z (over 2 years ago)
- Last Synced: 2024-10-31T07:48:22.731Z (8 months ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
🔨 Utils 🔧
## 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.