CSS class usage checker.
Install the DMD 2 compiler (using the MinGW setup option on Windows).
Build the executable with the following command line :
dmd -m64 cylus.d
cylus [options]
--include <file filter> : include matching files
--exclude <file filter> : exclude matching files
--ignore <class> <class> ... : ignore those classes
--unused : find unused classes
--missing : find missing classes
--verbose : show the processing messages
cylus --include "CSS/*.css" --include "PHP//*.php" --ignored selected --unused --missing --verbose
List unused and missing classes in the matching CSS and PHP files, ignoring the selected
class.
1.0
Eric Pelzer (ecstatic.coder@gmail.com).
This project is licensed under the GNU General Public License version 3.
See the LICENSE.md file for details.