scijs / contributing

Contribution guide lines
10 stars 0 forks source link

npm scopes? #25

Closed rreusser closed 8 years ago

rreusser commented 9 years ago

https://docs.npmjs.com/misc/scope

Publishing would then be:

$ npm publish --access public

Followed by

$ npm install @scijs/ndgemm

Is that a correct or reasonable use of scopes? Would this alleviate any prefixing/naming issues?

mikolalysenko commented 9 years ago

I don't see anything wrong with that use. Overall, it's an interesting idea, though I wonder if it is worth the trouble of going through and republishing everything.

What exists now is already dumped into the global scope anyway, so I don't see much harm in continuing with the pattern for now.

rreusser commented 8 years ago

Yeah, the status quo works, so not sure this is worth the trouble. Closing.