webpack-autoconf
webpack-autoconf copied to clipboard
Add a simple rest API to download complet project (zip)
For example :
curl -L https://createapp.dev/webpack/api/?main-library=react&transpiler=babel,typescript&styling=sass
This command will download a zip file corresponding to project configuration.
It's really useful if someone (like me) wants to make a script initialize a project with webpack quickly.
This is a good suggestion. The code already exists for this, I just need to publish it to a lambda function or something!