Basic boilerplate repository to be reused for a variety of JavaScript-based projects.
Install dependencies:
yarnInstall hooks:
yarn prepareInstall make:
[your-package-manager] install makeInstall yamllint and actionlint.
Commit changes using conventional changelog:
yarn commitLint files:
yarn lintNote: release.yml will run this before versioning and publishing.
Lint .yml files:
make -f MAKEFILEMIT