2.0.3 • Published 5 years ago

mapconfig-cli v2.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

File mapping cli

Written and maintained in TypeScript. Versions below 2.0.0 were betas. Do not use them, because they are not working as intended!

It's a simple and easy-to-use cli for mapping folders like ls, but recursively prints each file in each subfolder.

bin (root)
└─ cli
  ├─ initCommand.js
  ├─ initializeCli.js
  ├─ parseCli.js
  └─ topLevelCommand.js
├─ commander.js
└─ config
  ├─ createConfig.js
  ├─ initializeConfig.js
  └─ setConfig.js
└─ ignore
  ├─ ignore.js
  ├─ ignoreFiles.js
  ├─ ignoreNode.js
  ├─ ignorePython.js
  └─ setIgnoredFiles.js
├─ index.js
└─ map.js

Usage

map <path> [options...]
map init [project]

Options

Options:
  -v, --version   output the version number
  -i, --ignore    ignore files (default: false)
  -f, --force     force to map without mapconfig.json (default: false)
  -h, --help      display help for command

Commands:
  init [options]  initializes mapconfig.json
2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago