• Stars
    star
    125
  • Rank 277,409 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Offline cheat sheet and a quick reference command line tool for HTML, CSS and JS .

scc

A Great cheat sheet and a quick reference command line tool for HTML, CSS and JS .

Installing

  • Download the project and run the install script. ./install.sh

Usage

scc [-h]  [ -html [HTML] | -css [CSS] | -js [JS] ] | [-rand {html,css,js}]

Examples

scc -js array.map

map

Check for available propreties/methods

scc -css | column 

(image cropped to fit screen) available

Get random proprety/method

CSS example

scc -rand css 

randomcss

JS example

scc -rand js 

randomjs