Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-05help: Don't confuse glob with regexpisaacs
2015-02-27help: tweaks to compressed filename matchingForrest L Norvell
2015-02-27Adding handling of compressed man pagesPeter A. Shevtsov
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-10-03bye bye customFds, hello stdioForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-05-08Busy Spinner, no http noiseisaacs
2014-04-18Don't return 0 exit code on invalid commandEvan Lucas
2013-12-03Fix error when using `npm help foo bar baz`.Sébastien Santoro
2013-07-12help: Limit line length wrapping to 60isaacs
2013-07-12help: Take an optional initial numeric section argisaacs
2013-07-11help fixupisaacs
2013-07-11help: Use new doc file layoutisaacs
2013-04-29use 'customFds' instead of 'stdio'isaacs
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski
2012-09-13Use opener to open web pagesisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2011-12-01Show npm version and location in standard -h bannerisaacs
2011-11-30Remove symbolic links from npm itselfisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-03npm usage banner: userconfig path might be longisaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
2011-09-06Print a message that html is opening in default browserisaacs
2011-09-04Provide proper help doc for help commandisaacs
2011-09-04Use 'viewer=browser' to open html docs in browser on helpisaacs
2011-08-24Merge branch 'master' into api-docisaacs
2011-08-24Spit out all usages when --long is setisaacs
2011-08-23Fix completions for apihelpisaacs
2011-08-23make docisaacs
2011-08-23Add 'apihelp' commandisaacs
2011-08-23folder structure changeisaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-07-09Better default usage outputisaacs
2011-05-31Close #996 Don't call help-search without argisaacs
2011-05-31Always search if help gets more than one argisaacs
2011-05-31Integrate help and help-search commandsisaacs
2011-03-22Completion for help commandisaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-02-07Closes GH-455 Typo in help text.isaacs
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-12-03Factor out computation of help section list.Evan Meagher
2010-10-29refactor output to go through central moduleisaacs
2010-10-02Add support for womanBart Teeuwisse
2010-09-29mention -h in the npm quickhelpisaacs
2010-09-29Merge the "help" and "npm" man pages.isaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-09-22Change the way npm help works, so that it will work with man programs that st...isaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs