AbdulYahya / js-gulp-gen

MIT License
2 stars 1 forks source link

Different CSS frameworks #10

Open AbdulYahya opened 6 years ago

AbdulYahya commented 6 years ago

Add option for the user to choose which CSS framework they'd prefer to use and install/generate npm/bower packages & gulpfile accordingly.

AbdulYahya commented 6 years ago

Refactor generator to allow users to run the script with arguments/parameters to specify between builds.

For example:

No Parameters - Barebones build/no css framework $ ./generator

Bootstrap Parameter - Barebones build + Bootstrap v4 $ ./genertor [-b , --bootstrap]

Tailwind Parameter - Barebones build + Tailwindcss $ ./generator [-t, --tailwind]

Materialize Parameter - Barebones build + Materialize $ ./generator [-m, --materialize]