Skip to content

Explore alternative path mappings #6

@tommy-mitchell

Description

@tommy-mitchell

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions