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: 8 months ago
JSON representation
An Offline cheat sheet and a quick reference command line tool for HTML, CSS and JS .
- Host: GitHub
- URL: https://github.com/Ziyadsk/scc
- Owner: Ziyadsk
- License: mit
- Created: 2018-09-25T20:18:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T07:39:50.000Z (about 5 years ago)
- Last Synced: 2024-11-21T14:08:16.623Z (8 months ago)
- Topics: cheatsheet, command-line-tool, css, html, javascript, js, python, python3
- Language: Python
- Homepage:
- Size: 1.98 MB
- Stars: 124
- Watchers: 5
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
### Check for available propreties/methods
```shell
scc -css | column
```
(image cropped to fit screen)
### Get random proprety/method
#### CSS example
```shell
scc -rand css
```
#### JS example
```shell
scc -rand js
```