-
Notifications
You must be signed in to change notification settings - Fork 94
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
Idea: Configuration file wizard webapp #4
Comments
Thank you for the awesome project! This is a great idea and I plan on trying webpack-blocks for my next app. Just throwing it out there, what do you think about alternatively making the wizard a CLI tool? We use Inquirer for ESLint's --init command and at the end of the process create all the necessary config files, install all npm packages, etc. based on your answers. |
@vitorbal PS: But feel free to add further thoughts here or in the other issue ;) |
Build a simple webapp for creating webpack configs.
Input:
babel
,dev-server
/dashboard
,postcss
,css modules
,sass
, ... (select babel, dev-server and autoprefixer by default)Output:
Show next steps:
start
andbuild
scripts to add topackage.json
The text was updated successfully, but these errors were encountered: