https://github.com/cjpatoilo/csscompile
Compile, optimize and compress anything to CSS.
https://github.com/cjpatoilo/csscompile
compile compress css less optimize postcss sass stylus
Last synced: 3 months ago
JSON representation
Compile, optimize and compress anything to CSS.
- Host: GitHub
- URL: https://github.com/cjpatoilo/csscompile
- Owner: cjpatoilo
- License: mit
- Created: 2017-01-08T06:48:09.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T01:19:37.000Z (over 2 years ago)
- Last Synced: 2025-02-28T07:33:09.128Z (4 months ago)
- Topics: compile, compress, css, less, optimize, postcss, sass, stylus
- Language: JavaScript
- Homepage: https://npmjs.com/csscompile
- Size: 176 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
# CSSCompile
> Compile, optimize and compress anything to CSS.
[](https://travis-ci.org/cjpatoilo/csscompile?branch=master)
[](https://ci.appveyor.com/project/cjpatoilo/csscompile)
[](https://www.codacy.com/app/cjpatoilo/csscompile/dashboard)
[](https://david-dm.org/cjpatoilo/csscompile)
[](https://www.npmjs.com/package/csscompile)
[](https://www.npmjs.com/package/csscompile)
[](https://gitter.im/cjpatoilo/csscompile)## 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 --helpUsage:
$ csscompile [] []
Options:
-h, --help Display help information
-v, --version Output versionExamples:
$ csscompile src
$ csscompile src dist
```## Contributing
Want to contribute? Follow these [recommendations](https://github.com/cjpatoilo/csscompile/contribute).
## License
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](https://cjpatoilo.com/license).