zhaoshengjun / webpack-config

CLI tool to generate webpack.config.js
37 stars 1 forks source link

Add support for different project types with the use of CLI flags #8

Open AndrewBogdanovTSS opened 6 years ago

AndrewBogdanovTSS commented 6 years ago

The flags may contain such options: --ts - will generate TS based project --less - will generate a less based project --sass - will generate a sass based project flags specified above are just suggestion. I guess the gist of my request is to have a way to configure a generation tool to support different project types and styles.