Closed sripwoud closed 4 months ago
Latest commit: 62d82f24f9cc455e9f5c007a15043db0c5b63e16
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Towards #35.
can pass parameters to
generate
command to override the default found in thecircuits.json
config fileimplement a
generate-batch
command Works by looping over the content of a json file passed as argumentTest plan
options.json
file:example
run command:
cd packages/cli && pnpm build && pnpm start gb <pathToOptions.json> <destination>
Notes
This isn't perfect. The error handling and logging can be improved