Skip to content

feat(cli): --template flag with built-in starters (#628) - #654

Merged
Jaydbrown merged 11 commits into
conduit-protocol:mainfrom
ZacLou:feat-create-template-flag-628
Aug 31, 2026
Merged

feat(cli): --template flag with built-in starters (#628)#654
Jaydbrown merged 11 commits into
conduit-protocol:mainfrom
ZacLou:feat-create-template-flag-628

Conversation

@ZacLou

@ZacLou ZacLou commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Closes #628

Extends create-streamfi-app --template so it accepts built-in starter names in addition to git URLs:

  • next-app (default) — existing bundled Next.js template
  • node-script — minimal Node.js script using the SDK
  • cron-worker — scheduled worker that auto-withdraws for a recipient

Also updates the CLI help text and adds test coverage for the new names.

@Jaydbrown
Jaydbrown merged commit 6ed3457 into conduit-protocol:main Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

create-streamfi-app: --template flag

2 participants