-
Notifications
You must be signed in to change notification settings - Fork 18
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
Which style of template #86
Comments
I like the create-react-app idea since it may play nicer w/ npx and npm just added support for scaffolding projects using npm init and specifying an initializer: $ npm init react-app ./my-react-app (where "react-app" is an alias for "create-react-app") But if we created and published a module named "create-shield-study", it'd be something like: $ npm init shield-study ./secret-shield-study -y and I think it'd always pull the latest published "create-shield-study" version from npm, which means new study authors would always be getting the latest version of the template and not have to install anything globally. |
I also just build one using plop (https://www.npmjs.com/package/plop) and found it very easy. That init initializer looks awesome. The revised flow would be:
I claim that in the stupidist forms, this is a two or 3 day project. |
Possibilities:
npm install -g study-init
)Let's try some things.
The text was updated successfully, but these errors were encountered: