auto-config 10.3.0
Install from the command line:
Learn more about npm packages
$ npm install @bepower/auto-config@10.3.0
Install via package.json:
"@bepower/auto-config": "10.3.0"
About this version
A collection of auto
config and scripts to ease package deployment
{
"plugins": [
"npm",
"all-contributors",
[
"conventional-commits",
{
"preset": "angular"
}
],
"first-time-contributor"
]
}
Regenerates the README.md
file in every package to add the coverage badge, if present.
To mark the badge you have to add <!-- COVERAGE-BADGE:START - Do not remove or modify this section -->
and <!-- COVERAGE-BADGE:END -->
.
Regenerates the README.md
file in the root of the project to reflect npm packages under the packages
folder (or whatever folder you choose).
To mark the badge you have to add <!-- PACKAGES-TABLE:START - Do not remove or modify this section -->
and <!-- PACKAGES-TABLE:END -->
.