feat: add create-streamfi-app CLI - #385
Merged
Jaydbrown merged 2 commits intoJul 30, 2026
Merged
Conversation
|
@Ssoleed Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
SDK_PACKAGE was '@streamfi/sdk', a package that doesn't exist on npm — every scaffolded app (unless run with --skip-install) would fail at the `npm install @streamfi/sdk` step. The real published name is '@conduit-protocol/sdk' (see this repo's own package.json). Fixed the constant and the matching references in both READMEs. DEFAULT_TEMPLATE still points at a generic, non-StreamFi-specific Next.js boilerplate (as the existing code comment already acknowledges) — that's a real gap but a separate, more involved decision (which repo/subdirectory should the default template come from) than this fix; --template remains the escape hatch until a StreamFi-specific template exists. Verified: create-streamfi-app's own test suite (node --test) and the main SDK's lint/typecheck/vitest (547 tests) all pass.
Jaydbrown
force-pushed
the
feat/create-streamfi-app
branch
from
July 30, 2026 06:24
515af04 to
7ab4ea2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Type of change
Closes #346