indo
indo copied to clipboard
Add global config for "fork scopes"
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