2013/5/25 Jonathan Ong <[email protected]>: > just don't bother publishing it. use github namespaces in npm. > > { > "dependencies": { > "merge": "stagas/merge" > } > } >
It seems to work, but then, there's the issue of discoverability. It's a double edged sword now, either obscure naming and npm indexing or proper names and invisible. Why is life so tough. > On Saturday, May 25, 2013 1:34:51 AM UTC-7, Alex Kocharin wrote: >> >> >> RPG name generator could do the job. :) >> >> -- >> // alex >> >> 25.05.2013, 10:49, "George Stagas" <[email protected]>: >> > Hi all, >> > >> > I really want to name my modules however I like and be installable and >> > require-able. >> > >> > For example, I want to write a 'merge' utility, and I don't want to >> > struggle coming up with a random set of letters because I want my code >> > to read require('merge') not require('golalamergifiable'). >> > >> > What are my options currently? Anyone have any solutions? >> > >> > -- >> > -- >> > Job Board: http://jobs.nodejs.org/ >> > Posting guidelines: >> > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> > You received this message because you are subscribed to the Google >> > Groups "nodejs" group. >> > To post to this group, send email to [email protected] >> > To unsubscribe from this group, send email to >> > [email protected] >> > For more options, visit this group at >> > http://groups.google.com/group/nodejs?hl=en?hl=en >> > >> > --- >> > You received this message because you are subscribed to the Google >> > Groups "nodejs" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an email to [email protected]. >> > For more options, visit https://groups.google.com/groups/opt_out. > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
