0.1.8 • Published 10 years ago

css-stats v0.1.8

Weekly downloads
77
License
-
Repository
github
Last release
10 years ago

CSS Stats

CSS Stats utilize Stylestats and CSSCSS to parse a css file and gives you stats on it.

Installing

npm install -g css-stats

Requirement

CSS Stats require Ruby (v1.9.x and up) installed. OSX should have Ruby preinstalled. For Windows you can use RubyInstaller. This is a Windows-based installer, the easiest way to get Ruby on Windows. To check if Ruby is installed on your machine use ruby -v.

Getting Started

css-stats setup

Usage

Usage: css-stats [--stylestats|--csscss] [css]

Commands:

setup
   install the necessary css parser engines

view [--json] [--port]
   visual view for css stats


Options:

    -h, --help              output usage information
    -V, --version           output the version number
    -s, --stylestats [css]  parse css for overall stats
    -c, --csscss [css]      parse css for rulesets that have duplicated declarations
    -o, --output [path]     output path for parse css stats
    -j, --json [json]       stylestats or csscss json
    -p, --port [number]     port number for webpage
0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago