Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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

| [Chrome](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`

## Print

- 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)