Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Ziyadsk/scc

An Offline cheat sheet and a quick reference command line tool for HTML, CSS and JS .
https://github.com/Ziyadsk/scc

cheatsheet command-line-tool css html javascript js python python3

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```shell
scc [-h] [ -html [HTML] | -css [CSS] | -js [JS] ] | [-rand {html,css,js}]
```
## Examples
```shell
scc -js array.map
```
![map](https://github.com/Ziyadsk/scc/blob/master/screenshots/map.png)

### Check for available propreties/methods
```shell
scc -css | column
```
(image cropped to fit screen)
![available](https://github.com/Ziyadsk/scc/blob/master/screenshots/available.png)

### Get random proprety/method

#### CSS example

```shell
scc -rand css
```

![randomcss](https://github.com/Ziyadsk/scc/blob/master/screenshots/randomcss.png)

#### JS example
```shell
scc -rand js
```

![randomjs](https://github.com/Ziyadsk/scc/blob/master/screenshots/randomjs.png)