Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Find code snippets in seconds, across multiple languages.

NotificationsYou must be signed in to change notification settings

quicksnip-dev/quicksnip

Repository files navigation

An open-source project that categorizes handy code snippets across various programming languages. Built with love and powered by an awesome community. 🚀

How to contribute

Want to help make QuickSnip even better? You can contribute by:

  • Improving the Code: Fix bugs, suggest new features, or optimize the project.
  • Adding New Snippets: Share your favorite snippets to grow the database.Be sure to check out theCONTRIBUTING.md file for detailed guidelines.

Improving the code

Got a feature idea or bug fix? Here's how you can contribute:

Adding a Snippet

The snippets database is located in the/public/data folder.

If you’d like to add a snippet for anexisting language andcategory, use the following format:

{"title":"Name of the snippet","description":"A short explanation of what the snippet does","code": ["your code goes here","  this is a newline with a space"  ],"tags": ["tag1","tag2","tag3"],"author":"your_github_username"}

For details about adding new categories or programming languages, check out theCONTRIBUTING.md file.

Guidelines for Contributions

To keep things smooth and consistent, please:

  • Use proper JSON formatting.
  • Include all mandatory fields in the snippet.
  • Test your snippet to ensure it works as expected.

Following these guidelines helps me (and everyone else) review and merge your contributions faster.

License

QuickSnip is licensed under theMIT License. Feel free to use and share it as you like.

About

Find code snippets in seconds, across multiple languages.

Topics

Resources

Contributing

Stars

Watchers

Forks

Contributors67

Languages


[8]ページ先頭

©2009-2025 Movatter.jp