Delightful morsels of JavaScript. Now with fewer dependencies!
Find a file
M. George Hansen 99a7717410
feat(conventional): initial implementation
`@websnacksjs/conventional` is a cli program which can be used with
`husky` & git hooks to enforce that commit messages adhere to the
conventional commits standard.
2025-08-19 18:31:34 +12:00
.vscode feat(conventional): initial implementation 2025-08-19 18:31:34 +12:00
packages feat(conventional): initial implementation 2025-08-19 18:31:34 +12:00
.editorconfig Initial commit 2025-08-15 14:00:52 +12:00
.envrc Initial commit 2025-08-15 14:00:52 +12:00
.gitignore feat(conventional): initial implementation 2025-08-19 18:31:34 +12:00
biome.json Initial commit 2025-08-15 14:00:52 +12:00
flake.lock Initial commit 2025-08-15 14:00:52 +12:00
flake.nix Initial commit 2025-08-15 14:00:52 +12:00
LICENSE Initial commit 2025-08-15 14:00:52 +12:00
package-lock.json Initial commit 2025-08-15 14:00:52 +12:00
package.json Initial commit 2025-08-15 14:00:52 +12:00
tsconfig.common.json Initial commit 2025-08-15 14:00:52 +12:00
tsconfig.json feat(conventional): initial implementation 2025-08-19 18:31:34 +12:00