0.3.0 • Published 5 years ago
csscompile v0.3.0
CSSCompile
Compile, optimize and compress anything to CSS.
Why it's awesome
No spend several hours setting configuration files. CSSCompile will compile, optimize and compress anything to CSS. Set folder name where the source code is located and we'll take care of the rest for you. Just it!
NOTE: For now only works with Less, Sass, Stylus and CSS.
Getting Started
Install with npm
$ npm install csscompileInstall with Yarn
$ yarn add csscompileRun with npx (without installing)
$ npx install csscompileUsage
$ csscompile src distNOTE: Only the folder name is required.
CLI
$ csscompile --help
Usage:
$ csscompile <input> [<output>] [<options>]
Options:
-h, --help Display help information
-v, --version Output version
Examples:
$ csscompile src
$ csscompile src distContributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.