Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .
- Host: GitHub
- URL: https://github.com/Ziyadsk/scc
- Owner: Ziyadsk
- License: mit
- Created: 2018-09-25T20:18:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T07:39:50.000Z (over 4 years ago)
- Last Synced: 2024-11-21T14:08:16.623Z (about 2 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
```
![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)