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
2010-05-17don't panic when docs don't install.isaacs
2010-05-17Fix the stupid man -w stuff that makes the install fail on linux.isaacs
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-14Put a blank line at the end of ls.isaacs
2010-05-14Seem to have forgotten ssteinerx. How rude of me.v0.1.10isaacs
2010-05-14bump node version requirementisaacs
2010-05-14Version log for 0.1.10, and added new doc items to help.isaacs
2010-05-14docs for new uninstall behavior.isaacs
2010-05-14automatically deactivate on uninstall. Also, remove all versions of a package.isaacs
2010-05-14Update highlighting, and documentation.isaacs
2010-05-14Add maintainer info.isaacs
2010-05-14Use pretty colors, but not when being piped.isaacs
2010-05-14Update tag docsisaacs
2010-05-14make this man page more manlyisaacs
2010-05-14Documentation for developers using npmisaacs
2010-05-14date update, thanks ronnisaacs
2010-05-14Put the - there so that ronn gets the right nameisaacs
2010-05-14Add Aaron to contributors list.isaacs
2010-05-14fixed install instructionsAaron Blohowiak
2010-05-14Coding style guideline.isaacs
2010-05-13Give it a version of 0.1.10 (not there yet, but just for testing)isaacs
2010-05-13Share the data when installing a remote tarball.isaacs
2010-05-13Don't throw when private keys can't be found.isaacs
2010-05-13bump versionv0.1.9isaacs
2010-05-13Stupid regression caused by moving the scripts into a subfolder.isaacs
2010-05-13Docs for 0.1.9isaacs
2010-05-13start versions notes for 0.1.9isaacs
2010-05-13show data in version orderisaacs
2010-05-13Documentation for ls command enhancementisaacs
2010-05-13Fix issue #15 - npm ls enhancementsisaacs
2010-05-13Use the new name for this if available.isaacs
2010-05-13Make both name and version optionalisaacs
2010-05-13Dive in a bit deeper with the log fnisaacs
2010-05-12clean up the optional argument stuff to be a bit terserisaacs
2010-05-11Add docs for test, stop, start, and restart commands. Bump version.v0.1.8isaacs
2010-05-11Handle the pseudo-409s that are sent as 403s.isaacs
2010-05-11Share response object with callbacks, so 409s can be handled.isaacs
2010-05-11remove an unnecessary log statementisaacs
2010-05-11Fixes for the change to the publish logic.isaacs
2010-05-11typoisaacs
2010-05-11Expose config settings to lifecycle scripts.isaacs
2010-05-11Return the object if get() is called with no key.isaacs
2010-05-11Add start, restart, stop, and test commands that just run scripts in the "scr...isaacs
2010-05-10Add license to package.jsonisaacs
2010-05-10Move install-docs.js into the scripts folder so that it's not so confusing.isaacs
2010-05-10Update install instructions.isaacs
2010-05-10Handle the case when ./cli.js is run directly, and so doesn't set up the fake...isaacs
2010-05-10Improve install process.isaacs
2010-05-10Don't log the expected error object, since it makes people think it failed.isaacs