Commit 8abeed6
feat: add new templates and options to @dhis2/create-app (#635)
* feat: add new templates and options to @dhis2/create-app
* chore(release): cut 5.3.0-alpha.1 [skip ci]
# [5.3.0-alpha.1](v5.2.1...v5.3.0-alpha.1) (2026-01-05)
### Features
* add new templates and options to @dhis2/create-app ([6d7fccd](6d7fccd))
* chore: bump pnpm-lock.yml 5.3.0-alpha.1 [skip ci]
* fix: ensure latest version for dhis2 dependencies
* chore(release): cut 5.3.0-alpha.2 [skip ci]
# [5.3.0-alpha.2](v5.3.0-alpha.1...v5.3.0-alpha.2) (2026-01-05)
### Bug Fixes
* ensure latest version for dhis2 dependencies ([2505d67](2505d67))
* refactor: use unzipped templates
* fix: use templates from file system not zip
* chore(release): cut 5.3.0-alpha.3 [skip ci]
# [5.3.0-alpha.3](v5.3.0-alpha.2...v5.3.0-alpha.3) (2026-01-06)
### Bug Fixes
* use templates from file system not zip ([e5ce2c4](e5ce2c4))
* fix: drop package manager question
as it can be inferred from command run
* chore(release): cut 5.3.0-alpha.4 [skip ci]
# [5.3.0-alpha.4](v5.3.0-alpha.3...v5.3.0-alpha.4) (2026-01-06)
### Bug Fixes
* drop package manager question ([9bf5926](9bf5926))
* refactor: update per code review comments
* fix: skip language and template questions when args provided
* chore(release): cut 5.3.0-alpha.5 [skip ci]
# [5.3.0-alpha.5](v5.3.0-alpha.4...v5.3.0-alpha.5) (2026-01-07)
### Bug Fixes
* skip language and template questions when args provided ([7a2b5cf](7a2b5cf))
* fix: update yarn and npm lock files
* chore(release): cut 5.3.0-alpha.6 [skip ci]
# [5.3.0-alpha.6](v5.3.0-alpha.5...v5.3.0-alpha.6) (2026-01-07)
### Bug Fixes
* update yarn and npm lock files ([d9f5d0b](d9f5d0b))
* fix: fix the pnpm semantic-release step
* chore(release): cut 5.3.0-alpha.7 [skip ci]
# [5.3.0-alpha.7](v5.3.0-alpha.6...v5.3.0-alpha.7) (2026-01-07)
### Bug Fixes
* fix the pnpm semantic-release step ([3656df4](3656df4))
* chore: bump pnpm-lock.yml 5.3.0-alpha.7 [skip ci]
* chore: update github action
* fix: ensure gitignore is part of the scaffolded template
* chore(release): cut 5.3.0-alpha.8 [skip ci]
# [5.3.0-alpha.8](v5.3.0-alpha.7...v5.3.0-alpha.8) (2026-01-07)
### Bug Fixes
* ensure gitignore is part of the scaffolded template ([212544b](212544b))
* chore: rerun pipeline
---------
Co-authored-by: @dhis2-bot <apps@dhis2.org>1 parent 2878255 commit 8abeed6
55 files changed
Lines changed: 59050 additions & 102 deletions
File tree
- .github/workflows
- packages
- app
- cluster
- create-app
- src
- utils
- templates
- template-ts-dataelements-react-router
- i18n
- src
- components
- types
- template-ts-dataelements
- i18n
- src
- components
- types
- main
- utils
- src/cmds
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
1 | 57 | | |
2 | 58 | | |
3 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments