haute couture
1.0.0
Haute couture memeriksa CSS dan HTML statis Anda untuk memastikan tidak ada gaya yang ketinggalan jaman. Ia memeriksa apakah semua nama kelas dan ID dalam file CSS yang ditentukan ada di beberapa file HTML. Gaya yang tidak cocok akan dikeluarkan ke file untuk ditinjau oleh pengembang.
Pertama instal Go.
Jika Anda hanya ingin menginstal biner ke direktori Anda saat ini dan tidak peduli dengan kode sumbernya, jalankan
GOBIN= " $( pwd ) " GOPATH= " $( mktemp -d ) " go get github.com/baltimore-sun-data/haute-couture
$ haute-couture -h
Haute couture looks through your CSS and static HTML to ensure that there are
no out-of-date styles.
Usage: haute-couture [options]
Options:
-css string
CSS file to match against
-exclude value
regexp for sub-directories to exclude (default " ^. " )
-html-dir string
directory to search for HTML files (default " public " )
-include value
regexp for HTML files to process (default " .html?$ " )
-output string
file to save any found extra CSS identifiers in (default " extra-css.txt " )
Ya, namanya dinamit.
– Gregabit