Skip to content

Instantly share code, notes, and snippets.

View brxyxn's full-sized avatar
🌎
Enjoying remote work!

Brayan López brxyxn

🌎
Enjoying remote work!
View GitHub Profile
@brxyxn
brxyxn / file-mime-types.ts
Created March 22, 2024 17:40 — forked from hiaux0/file-mime-types.ts
Typescript Enum for file mime types
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
enum MimeTypes {
".aac" = "audio/aac",
".abw" = "application/x-abiword",
".arc" = "application/x-freearc",
".avi" = "video/x-msvideo",
".azw" = "application/vnd.amazon.ebook",
".bin" = "application/octet-stream",
".bmp" = "image/bmp",

Conventional Commit Messages

See how a minor change to your commit message style can make a difference. Examples

Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs

Commit Formats

Default

@brxyxn
brxyxn / Emojis.md
Created April 23, 2023 15:06 — forked from parmentf/GitCommitEmoji.md
Commit message Emoji