Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/sassy-stats
CLI for displaying usefull information about your sass
https://github.com/fchristenson/sassy-stats
cli sass sassy-stats statistics
Last synced: 19 days ago
JSON representation
CLI for displaying usefull information about your sass
- Host: GitHub
- URL: https://github.com/fchristenson/sassy-stats
- Owner: fChristenson
- License: mit
- Created: 2016-12-13T19:51:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-19T15:34:20.000Z (about 7 years ago)
- Last Synced: 2024-12-14T12:38:15.076Z (25 days ago)
- Topics: cli, sass, sassy-stats, statistics
- Language: CSS
- Size: 7.37 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sassy-stats
CLI for figuring out what you are using in your Sass files.
The project goal is to provide an easy to use tool that will tell you what is going on in your .scss files.## Install
`npm install -g sassy-stats`## Usage
`sassy-stats `![demo](console.gif)
Sassy-stats will spit out a list of how many references it found of:
* Colors
* Fonts
* Mixins
* Functions
* Variables
* Files
* SelectorsFor additional command help run `sassy-stats -h`