-
Notifications
You must be signed in to change notification settings - Fork 8
Open
0 / 10 of 1 issue completedDescription
In #118, we started working on a command-line interface to generate app scaffolds, allowing users to select a more elaborate setup in addition to the existing simple React app template.
These are the steps I believe we need to complete before considering the CLI tool ready:
- Merge the CLI setup from Command line interface #118
- Replace the root folder with the
/clicontents - Add CI workflow scaffolding
- Add documentation on how package versioning for templates should be managed
- Setup and publish npm package
Some features suggested by @AliceR that don’t exist yet but would be good to have:
- Accessibility (a11y) instrumentation
- Git hooks
I believe these are heavier lifts and could be tracked separately for a subsequent release.