Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.7 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.7 KB

developer-cheatsheets

UODATE: I didn't renew the domain by mistake (developer-cheatsheets.com) somebody baught it and put ads instead of the cheat sheet. And now he sells the domain in an expensive price.

The examples in the cheat sheet outdated anyway. And there are other cheat sheets on the web.

contributing

You can make a Pull Request and add an example, you will receive a credit under the example with a link to your website.

To add an example to a React Cheatsheet: (for example)

  1. Go to 'data' directory
  2. Go to some directory (for example 'react' for react cheat sheet)
  3. Edit the json file. Add the metadata inside 'sections' in the json file. For example:
{
    "title": "WRITE HERE THE NAME OF THE EXAMPLE",
    "type": "language-jsx",
    "author": "WRITE HERE YOUR NAME",
    "authorLink": "LINK TO YOUR WEBSITE (OPTIONAL)"
}
  1. Close the json file and go to 'section' directory
  2. Inside the 'section' directory:
  • create content.txt file and write there the example.

contributors