csscompile

0.3.0 • Public • Published

CSSCompile

Compile, optimize and compress anything to CSS.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

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 csscompile

Install with Yarn

$ yarn add csscompile

Run with npx (without installing)

$ npx install csscompile

Usage

$ csscompile src dist

NOTE: 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 dist

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Licensed under the MIT License.

Package Sidebar

Install

npm i csscompile

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

7.21 kB

Total Files

5

Last publish

Collaborators

  • cjpatoilo