Based on the article Cyclomatic Complexity in CSS, this is a tool that calculates the complexity of rulesets and stylesheets.
- Node 18+
- NPM 9+
npm install
TBD.
This will probably be developed to work both as a CLI and possibly to integrate into something like postcss & friends. Step 1 is to make this a CLI, though.
As of right now the source files are being developed. Make sure any classes in src
have corresponding tests in test
.
Yeah see the contributing doc. This could use smart people.