`@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.
3 lines
51 B
JavaScript
Executable file
3 lines
51 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
import "../dist/bin/main.js";
|