@araclx/husky

husky configuration adopted by ARACLX Foundation to make our releases and commuting more transparent and suitable for developers.

Usage no npm install needed!

<script type="module">
  import araclxHusky from 'https://cdn.skypack.dev/@araclx/husky';
</script>

README

@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