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

Integrate with npm init/yarn create #600

Open
eddiemonge opened this issue Oct 10, 2018 · 2 comments
Open

Integrate with npm init/yarn create #600

eddiemonge opened this issue Oct 10, 2018 · 2 comments

Comments

@eddiemonge
Copy link
Member

is yeoman going to move to using yarn/npm create? that would be awesome they would just need to rename the generator packages and include the cli in them so instead of yo react-app it could be npm create yeoman-react-app

From NickServ

       Create    a    new    React-based    project    using    create-react-app
       https://npm.im/create-react-app:

         $ npm init react-app ./my-react-app

       Create a new esm-compatible package using create-esm  https://npm.im/cre-
       ate-esm:

         $ mkdir my-esm-lib && cd my-esm-lib
         $ npm init esm --yes
@JoshuaKGoldberg
Copy link

👍 I think this would be very nice. But it does need some design work to figure out how it'd look.

cc @UlisesGascon

@UlisesGascon
Copy link
Member

Seems promising... let's include it in the backlog 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants