clippedjs / clipped

:paperclip: How configurations should have been made
https://clippedjs.github.io
MIT License
29 stars 3 forks source link

More straightforward CLI? #135

Open IniZio opened 5 years ago

IniZio commented 5 years ago

Description

After trials it actually seems like having separate plugins instead of templates is better, but then how to guide users who are used to create-react-app or @vue/cli to use it is a problem, because it is possible they don't even know what is the difference between Webpack and Rollup, and why need to setup Babel separately.

Suggestions

IniZio commented 5 years ago

Also use editPkg in the plugins instead of install because want to use install at postinit instead.

And move babel part in webpack and rollup to babel plugin instead