0.0.9-alpha.0 • Published 5 years ago
@araclx/husky v0.0.9-alpha.0
@araclx/husky
husky configuration adopted by ARACLX Foundation to make our releases and commuting more transparent and suitable for developers.
Installation
$ yarn add @araclx/husky -D$ npm install --save-dev @araclx/huskyUsage
Create file named .huskyrc.js with following content.
module.exports = require("@araclx/husky");Create file named commitlint.config.js with following content.
module.exports = { extends: ["@commitlint/config-conventional"] };License
MIT © ARACLX