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 (Collapse)Author
2011-04-04Clobber in Makefileisaacs
2011-03-22Don't install ronn for every docisaacs
2011-03-22A make command that worksisaacs
2011-02-23Closes GH-609 `make install` installs current, not latestisaacs
`make latest` to do the old behavior.
2011-02-23explicitly set bash as the shell since the makefile uses bash-ismsgflarity
2011-02-19Closes GH-618 Don't do git on non-git folderisaacs
2011-02-18build submodules in make processisaacs
2011-02-11Allow publishing from non-masterv0.2.18isaacs
2011-02-02Remove npm recursively on make uninstallisaacs
2011-01-11version bumperisaacs
2011-01-10Add a 'publish' make targetisaacs
2010-10-29clean when linkingisaacs
2010-09-22Change the way npm help works, so that it will work with man programs that ↵isaacs
stubbornly refuse to take a troff file as an argument That is, make it work on Solaris.
2010-09-03freakin make.isaacs
2010-09-03Add 'clean' make targetisaacs
2010-08-18Use ronnjs instead of the ronn rubygem to build docsisaacs
2010-08-18Use `npm install ronn` instead of `gem install ronn`isaacs
2010-08-12Change the way that cli.js is run to hopefully work on Cygwinisaacs
2010-08-07Remove the --auto-activate line, since that's the default now anyway.isaacs
2010-08-07Change "install-stable" to "install" and "install" to "install-dev"isaacs
No one gets that doing "make install" just installs THIS copy of the code, not anything even remotely stable.
2010-07-25Support subfolders in the man/doc filesisaacs
2010-07-03Make test (quietly)isaacs
2010-06-26Add the --pipe config to ronnisaacs
2010-05-20Remove the cache when uninstallingisaacs
2010-05-17"make uninstall" supportisaacs
2010-05-10Improve install process.isaacs
Remove the install-npm.js. Add install-stable, install, and link Make commands. The default is still to do install-stable.
2010-05-03Don't echo the "true" stuffsisaacs
2010-05-03Handle docs better so that the installed docs are always in sync with the ↵isaacs
active program
2010-05-03Install all the man files as npm-<section> so that you can do man npm-foo ↵isaacs
instead of npm help foo
2010-04-26Move more of the documentation to ronn's domainisaacs
2010-04-26Add commands to make man files from the docs.isaacs
2010-04-25Add a makefile to build the man page.isaacs