Installation
npm create @openmrs/o3-app@latest my-module-name
# or
npx @openmrs/create-o3-app@latest my-module-nameWhat's Changed
- fix: use camelCase translation keys in generated components by @denniskigen in #15
- fix: validate duplicates and handle cancellation in the prompt collection loops by @denniskigen in #16
- fix: drop the path alias and coverage threshold prompts by @denniskigen in #17
- fix: harden the generator lifecycle by @denniskigen in #18
- fix: make the CLI options and prompts tell the truth by @denniskigen in #19
- fix: build with the openmrs-provided default configs, like template-app by @denniskigen in #20
- feat: generate workspaces using the Workspace2 API by @denniskigen in #21
Full Changelog: v1.1.0...v1.2.0