MetaMask / metamask-module-template

A simple template repository for starting new modules in the latest MetaMask fashion.
26 stars 23 forks source link

Create a CLI #205

Open mcmire opened 1 year ago

mcmire commented 1 year ago

If we want to make a new project derived from this template, the only way is to go to this repo and pressing the "Use this template" button. But this will add a new repo to our GitHub organization right away, and sometimes we don't want to do that, especially if we're building a prototype and don't know if the new project something we'll want to keep long-term.

It would be nice if we could run something like:

yarn create @metamask/module <project-name>

This would act similar to create-react-app. That is, given the name of a project, it would: