-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Mapping to a source binary can be verbose:
$ bin-path dist.js:::src.ts [...]Some alternatives:
- A
.bin-path.config.jsonfile 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")
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request