cssplexity-cli
v0.0.3
Published
A simple CLI tool to calculate the cyclomatic complexity of CSS selectors based on CSSplexity
Downloads
2
Readme
CSSplexity CLI
A simple CLI tool to calculate the cyclomatic complexity of CSS selectors based on CSSplexity
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.