Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c067df3
feat: add CLI generator for project scaffolding
vgeorge Jul 4, 2025
7a87a82
feat: refactor CLI to use base template folder instead of copying fro…
vgeorge Jul 4, 2025
911dfc8
feat: enable component library variants
vgeorge Jul 4, 2025
995ed99
chore: update CLI Readme
vgeorge Jul 8, 2025
c06c45e
chore: update deps
vgeorge Jul 8, 2025
99fce1c
fix: remove deprecated task
vgeorge Jul 8, 2025
0b4fcba
feat: add --force option to overwrite output folder
vgeorge Jul 8, 2025
726ca1a
feat: add script to generate all variants
vgeorge Jul 8, 2025
34d2678
refactor: split generator tasks in separated files for readability an…
vgeorge Jul 8, 2025
7d79092
feat: add context to app.tsx for map components and app features
vgeorge Jul 8, 2025
d2909f6
feat: enable map variants
vgeorge Jul 8, 2025
d69762e
fix: update license year
vgeorge Jul 8, 2025
b3e2d96
fix: mapbox map should use the full height
vgeorge Jul 8, 2025
350973b
chore: update readme
vgeorge Jul 8, 2025
27b5a1d
chore: update lockfile
vgeorge Jul 30, 2025
3360728
refactor: remove unnecessary helper function file
vgeorge Jul 30, 2025
a595bd6
refactor: remove unnecessary helper function file
vgeorge Jul 30, 2025
d276e0d
refactor: clear duplicated code
vgeorge Jul 30, 2025
0378829
fix: remove wrong dependencies from chakra template
vgeorge Jul 30, 2025
2246abb
fix: remove duplicated code
vgeorge Jul 30, 2025
f562c23
refactor: move logic to helper function
vgeorge Jul 30, 2025
0cf9616
fix: clear root folder contents, keep a few files
vgeorge Jul 31, 2025
59d513d
refactor: move CLI files to root directory
vgeorge Jul 31, 2025
ef17ccf
merge: resolve conflicts with develop branch
vgeorge Jul 31, 2025
05b8bf9
fix: remove custom rules
vgeorge Jul 31, 2025
214c501
fix: Add missing dependency on chakra template
vgeorge Jul 31, 2025
8c44243
fix: Use different template path for dev vs. prod mode
AliceR Jul 31, 2025
577e061
Merge pull request #121 from developmentseed/fix-template-path
vgeorge Jul 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/default.md

This file was deleted.

16 changes: 0 additions & 16 deletions .github/PULL_REQUEST_TEMPLATE/version_release.md

This file was deleted.

35 changes: 0 additions & 35 deletions .github/_workflow-samples/README.md

This file was deleted.

76 changes: 0 additions & 76 deletions .github/_workflow-samples/deploy-gh.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/_workflow-samples/deploy-s3.yml

This file was deleted.

110 changes: 0 additions & 110 deletions .github/workflows/checks.yml

This file was deleted.

Loading