indo icon indicating copy to clipboard operation
indo copied to clipboard

Add global config for "fork scopes"

Open aleclarson opened this issue 3 years ago • 0 comments

If I use the npm package scope @foo for npm forks, I should be able to tell Indo to treat @foo/bar as a suitable alias for bar (assuming vendor/@foo/bar exists and vendor/bar does not).

Current workaround: Set "alias": { "bar": "@foo/bar" } in the local .indo.json file

aleclarson avatar Aug 10 '22 03:08 aleclarson