Mapping to a source binary can be verbose:
$ bin-path dist.js:::src.ts [...]
Some alternatives:
- A
.bin-path.config.json file per project that contains the mapping
- Can potentially include more complex mapping or other options
- Can be ignored by git with a global
.gitignore, .git/info/exclude, etc.
- Recommending a shell alias (
alias bin-path-map="bin-path dist.js:::src.ts")
Mapping to a source binary can be verbose:
Some alternatives:
.bin-path.config.jsonfile per project that contains the mapping.gitignore,.git/info/exclude, etc.alias bin-path-map="bin-path dist.js:::src.ts")