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

feature request: create project from command line #29

Closed
larfadin opened this issue Aug 16, 2016 · 1 comment
Closed

feature request: create project from command line #29

larfadin opened this issue Aug 16, 2016 · 1 comment

Comments

@larfadin
Copy link

Hi,

It would be great if it were possible to maybe install globally elm webpack starter and then to create project like elm-webpack-starter create MyProject.

BTW thanks for your work, it help me a lot, webpack is so fuck up and so hard to understand, and everything that can help use it without understanding the shit about it is very welcome.

@moarwick
Copy link
Contributor

yeah, would be nice -- we use such React/Redux project generator at work https://github.com/TrueCar/gluestick -- but unlikely i'll have the time :(

keep in mind that you can clone elm-webpack-starter directly to a new project folder. you still need to nuke .git and re-init your own repo after that, but at least you've pulled the latest ver:

git clone https://github.com/moarwick/elm-webpack-starter my-project
cd my-project
rm -rf .git
git init

And edit your meta in package.json...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants