cfgmgr

1.0.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i cfgmgr

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

9.14 kB

Total Files

6

Last publish

Collaborators

  • tomblcode