Skip to content
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

✨ Create a create-seda-sdk package #18

Open
FranklinWaller opened this issue Oct 10, 2023 · 0 comments
Open

✨ Create a create-seda-sdk package #18

FranklinWaller opened this issue Oct 10, 2023 · 0 comments
Labels
type: feature ✨ New feature or request

Comments

@FranklinWaller
Copy link
Member

✨ Feature

Allow our users to do: npm create seda-sdk@latest to generate a new local project using our starter template

Motivation

It's easier for our users to just run a single command and create a new project instead of cloning the whole repo and removing the .git folder by hand.

Implementation

  • Create a new package called create-seda-sdk (not namespaced)
  • Inside the package.json point with "bin" to a index.js
  • Use https://github.com/Rich-Harris/degit to download our starter template and use it locally
@FranklinWaller FranklinWaller added the type: feature ✨ New feature or request label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature ✨ New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant