/CYLUS

CSS class usage checker.

Primary LanguageDGNU General Public License v3.0GPL-3.0

Cylus

CSS class usage checker.

Installation

Install the DMD 2 compiler (using the MinGW setup option on Windows).

Build the executable with the following command line :

dmd -m64 cylus.d

Command line

cylus [options]

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

Example

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.

Version

1.0

Author

Eric Pelzer (ecstatic.coder@gmail.com).

License

This project is licensed under the GNU General Public License version 3.

See the LICENSE.md file for details.