You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
✨ Feature
Allow our users to do:
npm create seda-sdk@latest
to generate a new local project using our starter templateMotivation
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-seda-sdk
(not namespaced)The text was updated successfully, but these errors were encountered: