Why does it have to be that complicated? Built in commands always take precedence, if there is a conflict than npm will print a nice fat warning saying that an internal command overshadows a custom script
On Tue, Apr 23, 2013 at 3:05 PM, Luke Arduini <[email protected]>wrote: > Yes, of course. But with any development tool, there is a time cost > associated with reading documentation (and I think it would be a difficult > argument to effect that reading documentation for a tool one frequently > uses is a cost without benefit). > > My personal opinions aside, the major cost for dropping the [run-script] > requirement would be reduced flexibility if npm were to add more built-in > commands in the future. 'Namespacing' them under [run-script] seems like a > logical choice, to not cage potential future new commands for npm. > > > > On Tue, Apr 23, 2013 at 5:32 PM, Andrew Pennebaker < > [email protected]> wrote: > >> The more documentation required, the less intuitive the interface. >> On Apr 23, 2013 5:11 PM, "Luke Arduini" <[email protected]> wrote: >> >>> >>> >>> >>> On Tue, Apr 23, 2013 at 5:04 PM, Andrew Pennebaker < >>> [email protected]> wrote: >>> >>>> He takes time away from getting actual work done to lookup why his >>>> script won't run. >>>> >>> As in, spending a few minutes reading the documentation on the software >>> he or she frequently uses? >>> >>> -- >>> -- >>> 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 a topic in the >>> Google Groups "nodejs" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/nodejs/b1Yyh0jkzgw/unsubscribe?hl=en. >>> To unsubscribe from this group and all its topics, 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. > > > -- -- 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.
