Pulls data from an object literal using JSONPath and generate a new objects based on a template. Each of the template's properties can pull a single property from the source data or an array of all ...
monorepo-template/ ├── .github/ # GitHub workflows and templates │ ├── workflows/ │ │ ├── ci.yml # Continuous integration pipeline │ │ ├── release.yml # Release automation │ │ └── pr-checks.yml # Pull ...