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-03Make build a bit more friendly, and informative.isaacs
2010-05-03Allow build to take an array of paths, and build them all.isaacs
2010-05-03Code styleisaacs
2010-05-03Build takes an array of arguments, not a single oneisaacs
2010-05-03Add a "maxSatisfying" method to the semver util so that it's easier to get th...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-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-30Make some of the logging a bit more useful.isaacs
2010-03-30Don't try to link to the _lifecycleEnv objects.isaacs
2010-03-27Auto-activate if there is not a currently *active* version, or set to "always...isaacs
2010-03-27auto-activate when only one version of the package is installed.isaacs
2010-03-11s/_npmKey/_id/ to match couchdb's idiomisaacs
2010-03-08Use the link() command rather than doing fs.symlink, so as to clobber existin...isaacs
2010-03-07Update the bin handling so that it creates a shim for any bin files ending in...isaacs
2010-03-05allow single bare functions to be passed to chain(). wrapping a single funct...isaacs
2010-03-05Use the "bin" field rather than the install/activate scripts.isaacs
2010-03-05Fix up a few niggling bugs.isaacs
2010-03-05Refactor out the utils/index.js file, and clean up some style issues.isaacs
2010-03-05Rename "ver" to "version" so that it matches everywhere and doesn't introduce...isaacs
2010-03-04Be a little more thorough about clobbering old or pre-existing links.isaacs
2010-03-04Factor the build stuff into npm.build out of npm.installisaacs