-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
/cli
contents - Add CI workflow scaffolding
- 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.