Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.
/ analyze-css Public archive

For manual improvement, a report preparation tool

License

Notifications You must be signed in to change notification settings

omega-takai/analyze-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyze CSS 🔎📄

For manual improvement, a report preparation tool


Setup 🛠

$ git clone https://github.com/t--takai/analyze-css.git
$ cd analyze-css
$ yarn

Running 🚀

$ yarn run analyze-css {path/to/file}
$ yarn run list-selectors {path/to/file} --pretty --include selectors
$ yarn run csss {path/to/file}
$ yarn run parker {path/to/file}
$ yarn run stylestats {path/to/file}
$ yarn run csslint {path/to/file}
$ yarn run stylelint {path/to/file}

Execution results


Meaning of Emoji

Browse Emoji Code Mean
🎉 🎉 🎉 :tada: Celebration
🚽 🚽 🚽 :toilet: Be Minimal
:octocat: :octocat: :octocat: :octocat: Function Addition
🐛 🐛 🐛 :bug: Bug Elimination
💎 💎 💎 :gem: Refactoring
🚀 🚀 🚀 :rocket: Performance Improvement
📝 📝 📝 :memo: Documentation
💩 💩 💩 :shit: Fail

Thanks & Resources

Reference

Repository Forks Issues Stars
macbre/analyze-css forks issues stars
davidtheclark/list-selectors forks issues stars
webycel/csss forks issues stars
katiefenn/parker forks issues stars
t32k/stylestats forks issues stars
CSSLint/csslint forks issues stars
stylelint/stylelint forks issues stars