Skip to content

laytong/developer-cheatsheets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

developer-cheatsheets

snippets of http://www.developer-cheatsheets.com/

contributing

You can make a PR 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. create a directory inside 'react' directory.
  2. Inside the directory you created:
  • create content.txt file and write there the example.
  • create metadata.json file:
{
    "title": "WRITE HERE THE NAME OF THE EXAMPLE",
    "file": "content.txt",
    "type": "language-jsx",
    "author": "WRITE HERE YOUR NAME",
    "authorLink": "LINK TO YOUR WEBSITE (OPTIONAL)"
}

contributors

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%