Releases: openmrs/create-o3-app
Releases · openmrs/create-o3-app
Release list
Release v1.2.0
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
Release v1.1.0
Installation
npm create @openmrs/o3-app@latest my-module-name
# or
npx @openmrs/create-o3-app@latest my-module-nameWhat's Changed
- chore: migrate to @openmrs/eslint-config and ESLint 9 by @denniskigen in #12
- fix: wire the offline prompt and drop the dead optional-feature prompts by @denniskigen in #11
- feat: generate modals, workspaces, and feature flags from the prompts by @denniskigen in #13
Full Changelog: v1.0.1...v1.1.0
Release v1.0.1
Installation
npm create @openmrs/o3-app@latest my-module-name
# or
npx @openmrs/create-o3-app@latest my-module-nameWhat's Changed
- fix: generate correct release notes and install commands by @denniskigen in #8
- feat: improve first-run experience of scaffolded modules by @denniskigen in #9
- docs: standardize CLI invocation in the README by @denniskigen in #10
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
First published release of @openmrs/create-o3-app, the CLI for scaffolding OpenMRS 3 frontend modules.
Installation
npm create @openmrs/o3-app@latest my-module-name
# or
npx @openmrs/create-o3-app@latest my-module-nameSee the README for usage and options.