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

curl script in readme and webpack-boilerplate-master #8

Closed
funwithtriangles opened this issue Feb 7, 2018 · 1 comment
Closed

curl script in readme and webpack-boilerplate-master #8

funwithtriangles opened this issue Feb 7, 2018 · 1 comment

Comments

@funwithtriangles
Copy link
Contributor

The script in the readme for installing the project results in the creation of a webpack-boilerplate-master directory. Inside the directory is .babelrc, .editorconfig and .gitignore. Whenever I use this boilerplate I find myself moving these files to the root and deleting the webpack-boilerplate-master directory.

Is there any reason for having this directory? The script in the readme is very useful but I'd much rather it started my project without that directory and the files in the correct place. :)

The script in question:

$ curl -L -o master.zip https://github.com/cvgellhorn/webpack-boilerplate/archive/master.zip && unzip master.zip && rm master.zip && mv ./webpack-boilerplate-master/* ./
@cvgellhorn
Copy link
Owner

That wasn't intended, I fixed it. ;)

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