Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cy6erskunk/css-colors-extractor
https://github.com/cy6erskunk/css-colors-extractor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cy6erskunk/css-colors-extractor
- Owner: cy6erskunk
- License: mit
- Created: 2015-05-05T09:09:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T01:37:14.000Z (over 1 year ago)
- Last Synced: 2024-10-28T11:18:28.171Z (3 months ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Colors Extractor
[![Build Status](https://github.com/cy6erskunk/css-colors-extractor/actions/workflows/node.js.yml/badge.svg)](https://github.com/cy6erskunk/css-colors-extractor/actions/workflows/node.js.yml)Run `index.js` and you get server which will recursively process all css files in provided dir and
display report when someone GETs `http://hostname:9999/`.Options
cwd /path/to/folder/containing/css ('**/*.css' pattern is used to look for files)
default: '.'
ignore pattern to exclude files from search. Might be used multiple times
default: 'node_modules/**/*.css'Examples:
node index.js
node index.js --cwd "/Users/user/web/resources/css" --ignore "**/*.min.css" -i "wat/wat.css" -i "jquery/**/*.css"