rtk
Version:
Agnostic software release tool for managing versions on changelog (keep-a-changelog), multi-format files (JSON, Makefile, text, TOML, YAML), and also for tagging source code of a Git repo
25 lines (24 loc) • 361 B
JSON
{
"build": "clean dep lint complexity test coverage test-integration doc",
"lint": {
"type": "eslint"
},
"complexity": {
"type": "plato"
},
"test": {
"type": "mocha"
},
"coverage": {
"type": "c8"
},
"test-integration": {
"type": "cmdt"
},
"doc": {
"type": "jsdoc"
},
"site": {
"type": "buildbranch"
}
}