An awesome collection of cheat sheets for programming languages, frameworks, tools, and libraries.
Feel free to explore the cheat sheets available in this repository. Each cheat sheet is provided in a markdown format, making it easy to view and download. Simply navigate to the respective folder for the desired topic and access the markdown file.
You can find cheat sheets for various programming languages , their Frameworks , libraries and tools in their respective folders:
- JavaScript: JS-box
- and more on the way...
Contributions to this repository are welcome! If you have a cheat sheet that you would like to add or want to improve an existing one, follow these steps:
- Fork the repository.
- Create a new branch with a descriptive name:
git checkout -b your-descriptive-branch-name
. - Add your cheat sheet file in the appropriate folder or make improvements to an existing one.
- Commit your changes:
git commit -am 'Add new cheat sheet'
. - Push the branch to your forked repository:
git push origin your-descriptive-branch-name
. - Open a pull request in this repository, providing a clear description of your contribution.
Please ensure that the cheat sheets adhere to the established format and provide accurate and up-to-date information.
This repository and its contents are licensed under the MIT License. You are free to use the cheat sheets provided here on your personal computer. If you wish to contribute or make modifications, we encourage you to fork this repository and follow the contribution guidelines outlined above. Please refer to the LICENSE file for more details.
The cheat sheets in this repository are intended to be helpful references but may not cover all aspects or versions of the related technologies. Always refer to official documentation and resources for comprehensive information.