You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“most common package manager” can still change (e.g. bower)
"most common package manager" is subjective.
npm is not likely to go away, but others not really sure (e.g. bower)
Also, I don’t like to “think and determine” what the name of the repo should be. And also don’t like to “look and discover it is only distributed in npm so I name it as npm-*”.
typed-<name>
typed- is redundant.
<owner>-<name>
Aware that some package transfer ownership (e.g. atom/electron to electron/electron)
Is it relatively rare?
The text was updated successfully, but these errors were encountered:
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.
<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
)The text was updated successfully, but these errors were encountered: