Basic boilerplate repository to be reused for a variety of JavaScript-based projects.
Install dependencies:
yarn
Install hooks:
yarn prepare
Install make
:
[your-package-manager] install make
Install yamllint
and actionlint
.
Commit changes using conventional changelog:
yarn commit
Lint files:
yarn lint
Note: release.yml
will run this before versioning and publishing.
Lint .yml
files:
make -f MAKEFILE
MIT