cssplexity-cli

0.0.3 • Public • Published

CSSplexity CLI

A simple CLI tool to calculate the cyclomatic complexity of CSS selectors based on CSSplexity

Build Status Dependency Status Dependency Status

Installation

npm install -g cssplexity-cli

Usage

curl -s http://example.com/main.css | cssplexity
cssplexity main.css

Using the parameter max, you’re able to specify a maximum complexity. In case this limit is exceeded, CSSplexity CLI will exit the process with 1. This benefits integration into build/CI systems like Jenkins or Travis.

cssplexity --max=5 main.css

Changelog

  • 0.0.3
    • Update outdated dependencies
    • Fix README
  • 0.0.2
    • Add tests
  • 0.0.1
    • Initial version

License

Copyright (c) 2016 Thomas Rasshofer
Licensed under the MIT license.

See LICENSE for more info.

Dependencies (4)

Dev Dependencies (1)

Package Sidebar

Install

npm i cssplexity-cli

Weekly Downloads

2

Version

0.0.3

License

MIT

Last publish

Collaborators

  • rasshofer