Skip to content

Instantly share code, notes, and snippets.

View hnorkowski's full-sized avatar

Hendrik Norkowski hnorkowski

View GitHub Profile
@TheFunctionalGuy
TheFunctionalGuy / cli_tools.md
Last active April 10, 2024 12:59
List of useful CLI tools written in rust. Including package name, command name, description and link to the repository
@Zekfad
Zekfad / conventional-commits.md
Last active July 1, 2024 12:34
Conventional Commits Cheatsheet

Quick examples

  • feat: new feature
  • fix(scope): bug in scope
  • feat!: breaking change / feat(scope)!: rework API
  • chore(deps): update dependencies

Commit types

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • chore: Changes which doesn't change source code or tests e.g. changes to the build process, auxiliary tools, libraries