cfgmgr
v1.0.1
Published
Simple cli configuration manager hiding away overly complex config files
Downloads
2
Readme
cfgmgr
Simple cli configuration manager hiding away overly complex config files
Usage
$ npx cfgmgr <command>
runs <command>
with custom configuration, similar in usage to npx
Examples
$ cat package.json
{
...
"cfgmgr": {
"@tomblcode/cfgmgr-typescript": {
"library": true
}
}
}
$ npx cfgmgr
$ ls
node_modules package.json package-lock.json src
$ # no tsconfig.json to be found
$ npx cfgmgr tsc
$ ls
lib node_modules package.json package-lock.json src
$ # it compiled