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-03-01Use the snazzier style for the json, and add the activate/deactivate scripts.v0.0.2isaacs
2010-03-01Scripts for different parts of the installation/activation lifecycle.isaacs
2010-03-01Better logging, and remove the timeout around unpack tar. (It appears to hav...isaacs
2010-03-01Use binary encoding for downloading files. Also, better logging.isaacs
2010-03-01Use fs.symlink instead of exec-ing ln -s.isaacs
2010-03-01Always return the same npm object.isaacs
2010-03-01Show the active versionisaacs
2010-03-01Remove the todo. The symlink itself is a perfectly appropriate data mechanism.isaacs
2010-03-01Run the cli from anywhere. (Important for bootstrapping)isaacs
2010-03-01Remove the todo for the done item.isaacs
2010-03-01Move the tarball removal into the fetchAndInstall function, since it should o...isaacs
2010-02-28More todosisaacs
2010-02-28Don't list "active" as a version.isaacs
2010-02-28Change the way that the libs are linked in, to make package activation a litt...isaacs
2010-02-28Activate command, working now.isaacs
2010-02-28Link the cli instead of copying it, so I don't have to keep reinstalling.isaacs
2010-02-28Add a ls commandisaacs
2010-02-28Add todosisaacs
2010-02-28Add the list command to show what's installed.isaacs
2010-02-28Rename process-cb to execisaacs
2010-02-28typoisaacs
2010-02-28Add the activate command (doesn't do anything yet)isaacs
2010-02-28Refactor some of the reusables into the utils folder.isaacs
2010-02-27Start moving towards using the commonjs packages/1.0-style "scripts" hash rat...isaacs
2010-02-27The + is unnecessary.isaacs
2010-02-27Do the dependency dance.isaacs
2010-02-27Throw errors that bubble up to the cli.isaacs
2010-02-27Make the log category purpleisaacs
2010-02-27Use the obnoxious +!! flag operator.isaacs
2010-02-27A semver utilisaacs
2010-02-22Don't use sys in chain.js, since it's not imported.isaacs
2010-02-22Don't use the method() function in chain, because that means that the functio...isaacs
2010-02-22Typos in cli scriptisaacs
2010-02-22Update documentation to be in sync with 0.1.30 changes.isaacs
2010-02-22Not quite a full rewrite, but almost. Use callbacks instead of promises.isaacs
2010-02-22Make no promisesisaacs
2010-02-22Color the log messages a bit so they're easier to scan.isaacs
2010-02-22A utility for removing files and folders. Works like rm -rfisaacs
2010-02-22Presume that npm is installed when this script is being used.isaacs
2010-02-22Remove two utils that are no longer necessaryisaacs
2010-02-22cr at end of fileisaacs
2010-02-22A utility to chain callback-able functions together into a nice terse little ...isaacs
2010-02-22Copy cli.js to /usr/local/bin/npmisaacs
2010-02-18Merge branch 'cli'isaacs
2010-02-18Merge branch 'version'isaacs
2010-02-18Update readme for changes in this branch.isaacs
2010-02-18Additional logging.isaacs
2010-02-18Updates for node api changes.isaacs
2010-02-18Slight CLI tweaks.isaacs
2010-02-18Move the command list to the top to make it easier to add to.isaacs