css-merge
Simple CLI tool to merge redundant CSS files, developed for streamlining website error-fixing process.
Install
Clone this git repo, use "npm install css-merge", or "yarn add css-merge"
Install Globally
Use "npm install -g css-merge", or "yarn global add css-merge"
Command Line Usage
Usage: css-merge [options]
Options:
-h, --help output usage information
-V, --version output the version number
-i --input [input] Input directory with CSS Files To Combine, defualt is current directory.
-o --output [output] Output CSS file name, default is output.css
-m --minify Minify the output CSS