Open unional opened 8 years ago
<name>
: The most obvious name
Another alternative:
<name>
@typings/<name>
or @typed/<name>
. Don't need any prefix.Is TS plan to use NPM registry even the source is not NPM package?
As far as I can understand, yes 😟 It'll be a mirror of DefinitelyTyped, which is definitely not separated in any distinct way. The obvious issue here is collisions, I know there's even been a couple on DefinitelyTyped.
Here's an old discussion they had on this, without any obvious resolution: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/1951.
<purpose>-<name>
env-atom
,env-electron
<most common package manager>-<name>
bower
)npm
is not likely to go away, but others not really sure (e.g.bower
)typed-<name>
typed-
is redundant.<owner>-<name>
atom/electron
toelectron/electron
)