create-rwsdk
Version:
Create RedwoodSDK projects
8 lines (5 loc) • 409 B
Markdown
- [x] Extend the functionality to use different starter templates via flags.
standard - npx tiged redwoodjs/sdk/starters/standard <project-name>
minimal - npx tiged redwoodjs/sdk/starters/minimal <project-name>
drizzle - npx tiged redwoodjs/example-drizzle <project-name>
- [x] By default, use the standard template. So when the user runs `create-rwsdk my-project`, it will use the standard template.