0.0.9-alpha.0 • Published 4 years ago

@araclx/husky v0.0.9-alpha.0

Weekly downloads
21
License
-
Repository
github
Last release
4 years ago

@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/husky

Usage

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