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
2010-06-13Start with a reminder that it failed if you don't see "ok"isaacs
2010-06-11Add an easy way to print the version using npm -v or npm --versionisaacs
2010-06-10Add a global error handler. Fix #58isaacs
2010-05-29Report the version of npm to make failure logs easier to spot when they're ou...isaacs
2010-05-19Output of "npm" with no commands is more clearisaacs
2010-05-17show the unrecognized command if one was providedisaacs
2010-05-17Don't be so noisy if no command is specified.isaacs
2010-05-08Put the issues url in the error reportisaacs
2010-05-03Cleaner error handling.isaacs
2010-05-03don't flush stderrisaacs
2010-05-03Stop parsing flags when you hit --isaacs
2010-05-02Remove the 'conf' argument that all the commands were taking, now that they c...isaacs
2010-04-27support overriding config options just for one command on the command line us...isaacs
2010-04-27handle unknown command properlyisaacs
2010-04-26Show the docs when a command failsisaacs
2010-04-26Initially stab at a help thing. It's not great.isaacs
2010-04-25Update the way that the npm cli commands work so that it's a bit more robust ...isaacs
2010-04-25Refactor the commands onto npm.commandsisaacs
2010-03-26Add the config commandisaacs
2010-03-23adduser cli option, creates a couchdb user and stores new credentials locallyMikeal Rogers
2010-03-11Add the tab functionisaacs
2010-03-11Expose publish command.isaacs
2010-03-07Update the bin handling so that it creates a shim for any bin files ending in...isaacs
2010-03-06alias 'uninstall' to 'rm' since that's so much easier to typeisaacs
2010-03-05Add an uninstall functionisaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-04Don't expose "build", but DO expose "deactivate"isaacs
2010-03-04Add the link command to the cliisaacs
2010-03-04Add build to the command lineisaacs
2010-03-01remove the unused and unnecessary make elementisaacs
2010-03-01Better logging.isaacs
2010-03-01Run the cli from anywhere. (Important for bootstrapping)isaacs
2010-02-28Add the list command to show what's installed.isaacs
2010-02-27Throw errors that bubble up to the cli.isaacs
2010-02-22Typos in cli scriptisaacs
2010-02-22Presume that npm is installed when this script is being used.isaacs
2010-02-18Slight CLI tweaks.isaacs
2010-02-18Move the command list to the top to make it easier to add to.isaacs
2010-02-18Basic CLI wrapper around npm's functions.isaacs