-
Notifications
You must be signed in to change notification settings - Fork 180
feat: dynamic template lists by fetching them from registry url #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| 'create-solana-dapp': minor | ||
| --- | ||
|
|
||
| dynamic template lists by fetching them from registry url |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -67,6 +67,7 @@ | |
| }, | ||
| "packageManager": "pnpm@10.5.2", | ||
| "dependencies": { | ||
| "@beeman/repokit": "0.0.0-canary-20250801172233", | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We depend on repokit for fetching and parsing the This will make it easier to iterate over the data structures and helpers (in repokit) without having to maintain a copy of similar logic here. |
||
| "@clack/prompts": "^0.7.0", | ||
| "commander": "^13.1.0", | ||
| "giget": "^1.2.4", | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a follow up I'll update this test and make it similar to how it works here but instead of a hardcoded
templates.jsonI'll add an option tocreate-solana-dappto generate this list based on the templates from the registry url.