Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garthenweb/csscssbeauty
Executes CSSCSS and shows the result beautified on a local server.
https://github.com/garthenweb/csscssbeauty
Last synced: 1 day ago
JSON representation
Executes CSSCSS and shows the result beautified on a local server.
- Host: GitHub
- URL: https://github.com/garthenweb/csscssbeauty
- Owner: garthenweb
- License: mit
- Created: 2013-09-28T20:25:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T12:45:30.000Z (almost 9 years ago)
- Last Synced: 2024-08-09T20:11:16.763Z (3 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSSCSS Beauty
Executes [CSSCSS](http://zmoazeni.github.io/csscss/) and shows the result beautified on a local server. The result will automatically be updated once a file change.## Installation
Install [NodeJS](http://nodejs.org/), [NPM](https://npmjs.org/), [Ruby](https://www.ruby-lang.org) and [CSSCSS](http://zmoazeni.github.io/csscss/).
Then install CSSCSSBeauty by npm:
``` bash
npm install csscssbeauty -g
```## Usage
``` bash
csscssbeauty --port=9999 --browser=Chrome /path/to/file_1.css /path/to/file_2.css /path/to/file_n.css
```* `port` is optional, default is 8787.
* `browser` is optional, default is the default browser. Set to false if no browser should be opened.