An open API service indexing awesome lists of open source software.

https://github.com/evilfreelancer/classwork

A small script for finding and calculating count of CSS classes in files
https://github.com/evilfreelancer/classwork

Last synced: 3 months ago
JSON representation

A small script for finding and calculating count of CSS classes in files

Awesome Lists containing this project

README

          

# ClassWork

A small script for finding and calculating count of CSS classes in files

## How to use

To start the analysis, you must specify the path to the directory with the files

./search.sh [-D] []

-D - Enable debug output
- Extension of files for analyze (all files if not set)

## Example of usage

```bash
./search.sh -D /some/absolute/path
./search.sh /some/absolute/path html

./search.sh some/relative/path
./search.sh -D some/relative/path php
```