Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/groupe-sii/cheat-sheets
A collection of cheat sheets usefull for web development
https://github.com/groupe-sii/cheat-sheets
Last synced: 26 days ago
JSON representation
A collection of cheat sheets usefull for web development
- Host: GitHub
- URL: https://github.com/groupe-sii/cheat-sheets
- Owner: groupe-sii
- Created: 2017-01-02T09:41:29.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-10T12:56:36.000Z (8 months ago)
- Last Synced: 2024-11-13T01:34:04.739Z (29 days ago)
- Language: HTML
- Homepage: https://groupe-sii.github.io/cheat-sheets/
- Size: 95.2 MB
- Stars: 79
- Watchers: 16
- Forks: 46
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - groupe-sii/cheat-sheets - A collection of cheat sheets usefull for web development (HTML)
README
# Cheat Sheet Generator
## Hosted on github pages
Cheat sheets are hosted on github pages : [https://groupe-sii.github.io/cheat-sheets/](https://groupe-sii.github.io/cheat-sheets/)
## Browsers support made by godban
| [](http://godban.github.io/browsers-support-badges/)Chrome |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ || last 2 versions
## Install
NodeJS version 6+
gulp is needed in global in order to run compilation :
`npm install gulp -g`
`yarn`
or
`npm install`## Usage
From install folder:
`gulp create-new-cheat-sheet --name --category `
Put your svg|png logo in assets/images folder
Put your commands or codes on:- src/\/first-side/column1.md
- src/\/first-side/column2.md
- src/\/reverse/column1.md
- src/\/reverse/column2.md## Devtools
Build and reload server:
`gulp watch`
- Hit `Ctrl+P` to generate the PDF version, using `Save as PDF`
- Disable margins## Screenshots
![menu](./assets/images/menu.png)
![web version](./assets/images/webVersion.png)
![pdf version](./assets/images/pdfVersion.png)