Skip to content
This repository was archived by the owner on Jan 19, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 571 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 571 Bytes

Abandoned project!

This project is no longer maintained! It was never released publicly, this repo is only here for learning/documenting purposes.

Architecture

The architecture is also quite poorly, as this repo does 3 things:

  • REST API: accept incoming requests to process and store CSS
  • CSS Parser: build an AST out of incoming CSS
  • CSS Analyser: build statistics based on the CSS AST

Running tests

vendor/bin/phpunit
vendor/bin/phpcs --standard=PSR2 src/
vendor/bin/phpcs --standard=PSR2 test/
vendor/bin/phpcpd src/
vendor/bin/phpcpd test/