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
path: root/cli.js
AgeCommit message (Expand)Author
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-01-09Put executables in ./binisaacs
2010-12-19Regression. Show usage for unknown commands.isaacs
2010-12-17regression. failed to sniff command properlyisaacs
2010-12-17Factor out the arg parsingisaacs
2010-12-13Add shorthands for --verbose and --silent/-s to set loglevelisaacs
2010-12-13Use effective location of node as execPath.isaacs
2010-12-13typoisaacs
2010-12-13Warnings and pointers for homebrew users.isaacs
2010-12-06add -d, -dd, -ddd as debugging flags.isaacs
2010-11-20Updates to make it work with writevisaacs
2010-11-15Handy for listing local modules.isaacs
2010-10-27Show the node version for debugging powerisaacs
2010-10-24More "programmatic npm" updates.isaacs
2010-10-24[api] Small changes to make npm available programaticallyindexzero
2010-10-22Don't die as quickly when npm's package.json is missingisaacs
2010-10-19show usage on --help as well as -h and -?isaacs
2010-10-16Avoid the sys warnings.isaacs
2010-10-02Move error handling into a separate file, and add more support for common iss...isaacs
2010-09-29Bugfixisaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-09-26Fix #246. Print npm version clearerisaacs
2010-09-22Support "./foo" for root configs, and parse cli with the same logic that ini ...isaacs
2010-09-21Throw an error if the cb is called more than once.isaacs
2010-09-02throw if a bad version of node.isaacs
2010-08-29Handle errors a little more DRYly.isaacs
2010-08-27Better error message for cygwin DNS issuev0.1.27-7isaacs
2010-08-25Don't buffer logs unless we know that the config is coming.isaacs
2010-08-24make sure that falsey args get set rightisaacs
2010-08-24log betterisaacs
2010-08-24Make the error messages a bit more erroryisaacs
2010-08-24log configgy puddingisaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23Add an "error" function to match the "warning" function.isaacs
2010-08-23Clear the temp files before process.exit, not on exitisaacs
2010-08-10Remove kludge for old versionsisaacs
2010-08-09Always show help if the args contain --help or -h or -?isaacs
2010-08-07Handle stdin/exiting a little more gracefully.isaacs
2010-08-05Fix for earlier versions of node that didn't have proper module identity.isaacs
2010-08-05Remove unnecessary sys.inspectisaacs
2010-08-03Resolve configs, passing in the cli flagsisaacs
2010-08-03Revert cli.jsisaacs
2010-08-03savestate. wip. totally choppy useless crap.isaacs
2010-07-25If printing the version, show "ok" rather than "not ok"isaacs
2010-07-25Whitespaceisaacs
2010-07-25Don't load command logic until/unless necessaryisaacs
2010-07-25Manually exit if necessary, and say "not ok" when not okisaacs
2010-07-03s/addListener/on/gisaacs
2010-06-28Exit with non-zero code on failure. Fix #71isaacs
2010-06-13Start with a reminder that it failed if you don't see "ok"isaacs