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
2018-08-21docs: Align command descriptions in help text (#55)Erik Price
2018-06-29run-script: show suggestions when script name is typoed (#20879)Daijiro Wachi
2018-05-12open: handle missing open bin error (#20582)Benjamin E. Coe
2018-03-23standardizeRebecca Turner
2017-07-17help: Implement new help message like did-you-meanDaijiro Wachi
2017-04-21doc: preserve same name convention for commandPavlo Liulia
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-03-31faq: remove faq command as the docs was removed at #10547Daijiro Wachi
2016-03-11help: display all commands except for affordancesDaijiro Wachi
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
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