Notice: this orb is no longer under active development. It has been archived in favor of premiscale/general.
This orb is a collection of useful commands and jobs I like to reuse in many of my repositories to simplify their configs and reduce code duplication.
This orb has been developed in unpacked form. You may view its packed source with
yarn orb:pack # creates a file 'orb.yml'and further validate the resulting orb definition with
yarn orb:validateWhen you're done with your testing, you may clean up the packed source with
yarn orb:cleaupThis repository uses pre-commit to uphold certain code styling and standards. You may install the hooks listed in .pre-commit-config.yaml with
yarn install:pre-commit-hooks