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
- Host: GitHub
- URL: https://github.com/evilfreelancer/classwork
- Owner: EvilFreelancer
- License: mit
- Created: 2017-09-12T15:22:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T22:10:41.000Z (over 8 years ago)
- Last Synced: 2025-04-04T03:41:22.361Z (9 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```