single-bootstrap-template
v1.3.0
Published
[NPM Example](https://www.npmjs.com/package/single-bootstrap-template)
Downloads
2
Readme
single bootstrap template
Lint and Format
Limit package management
Limit the types of package management Strictly (default PNPM).
If you want to modify, you can change the engines
field in package.json.
Husky
If husky not works:
chmod ug+x .husky/*
chmod ug+x .git/hooks/*
reference stackoverflow
Commitlint
commitlint will check commit message before you commit.
Release NPM package on Github Action
Change npm's
name
in package.json.Apply
NPM_TOKEN
and fill in your repo's secrets:
- Auto publish package by semantic-release on Github Action.