Closed
Description
Branching from discussion #11 (comment).
This is something I want to support in a potential v2.
create-react-app my-app # default like structure like now
create-react-app my-app --from empty
create-react-app my-app --from todomvc
create-react-app my-app --from relay-starter
create-react-app my-app --from you-see-where-im-going
I’m opposed to turning this project into a code generator. However I think initial templates can be useful because they offer a nice way to “clone” examples. We could move the official React examples into this system, and libraries could provide third party “starters”.
I’m not sure this is a good idea but I’d love to be able to tell people to run create-react-app my-app --from redux-todomvc
instead of telling them to clone a project, run npm install
, etc.
Metadata
Metadata
Assignees
Labels
No labels