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
2012-08-07Use public ronn instead of git forkisaacs
2012-08-02Put npm's dist tarbals on nodejs.orgisaacs
2012-08-02dist: Upload npm tarballs to a new placeisaacs
2012-08-02Don't upload docs to old site any moreisaacs
2012-08-01Upload docs to new npm site as well as oldisaacs
2012-07-12Using 'npm version' now. No need for 'make version'isaacs
2012-06-04Proper use of webfontisaacs
2012-02-25Upload tarball as well as zipsisaacs
2012-01-16Build ronn by checking the bin, not the packageisaacs
2012-01-13Do a git-clean when publishingisaacs
2012-01-13update makefile for submodule removalisaacs
2012-01-06Fix 'make publish'isaacs
2012-01-05A script for building a releaseisaacs
2011-12-15don't always try to push to master. just push to originisaacs
2011-10-10make clean removes npmrcisaacs
2011-10-04Update 'make doc' to only ronn build if necessaryisaacs
Also, updated to play nicely with 'make -j8 doc'
2011-09-25Depending on a folder is dumbisaacs
2011-09-25Makefile: cli docs live in doc/cli/%.mdisaacs
2011-09-25Merge branch 'api-doc' into api-doc2isaacs
Conflicts: Makefile doc/cli/find.md lib/help.js man/man1/adduser.1 man/man1/bin.1 man/man1/build.1 man/man1/bundle.1 man/man1/cache.1 man/man1/changelog.1 man/man1/coding-style.1 man/man1/completion.1 man/man1/config.1 man/man1/developers.1 man/man1/docs.1 man/man1/faq.1 man/man1/find.1 man/man1/folders.1 man/man1/get.1 man/man1/global.1 man/man1/help-search.1 man/man1/home.1 man/man1/init.1 man/man1/install.1 man/man1/json.1 man/man1/link.1 man/man1/ln.1 man/man1/npm.1 man/man1/outdated.1 man/man1/prefix.1 man/man1/registry.1 man/man1/removing-npm.1 man/man1/rm.1 man/man1/root.1 man/man1/run-script.1 man/man1/scripts.1 man/man1/search.1 man/man1/semver.1 man/man1/set.1 man/man1/tag.1 man/man1/uninstall.1 man/man1/update.1 man/man1/version.1 man/man1/whoami.1 man/man3/author.3 man/man3/deprecate.3 man/man3/edit.3 man/man3/explore.3 man/man3/list.3 man/man3/ls.3 man/man3/owner.3 man/man3/pack.3 man/man3/prune.3 man/man3/publish.3 man/man3/rebuild.3 man/man3/restart.3 man/man3/start.3 man/man3/stop.3 man/man3/submodule.3 man/man3/test.3 man/man3/unpublish.3 man/man3/view.3 npm.js
2011-09-23Alias doc-clean and doc-publish to docclean and docpublishisaacs
2011-09-22Close #1445 'make' should build docs as wellisaacs
2011-09-17Remove doc/index.md on doc-cleanisaacs
2011-09-17Update 'make publish' to push tags to github, tooisaacs
2011-09-17Don't complain about doc-clean not having filesisaacs
2011-09-17Don't try to double-build/clean indexisaacs
2011-09-17docs include versionisaacs
2011-09-09Add man1/index.1 to buildisaacs
2011-09-09Docs depend on their builder scriptsisaacs
2011-09-09doc/index.md depends on readmeisaacs
2011-09-09Build an index of all html documentation filesisaacs
2011-09-08Update version in docisaacs
2011-09-04Add README as proper html/manpage docisaacs
2011-09-04Abstract doc building to a separate scriptisaacs
2011-09-04Update title and footer comment:isaacs
2011-09-04Fold the README into the html doc buildisaacs
Sadly, this means turning off syntax highlighted code blocks, until ronn has a markdown implementation that supports them.
2011-09-04Link npm(1) to 'npm help npm'isaacs
2011-09-04Always use npm-blah(1) in the md, convert appropriatelyisaacs
HTML gets a hyperlink, manpage gets 'npm help blah' text
2011-09-04More doc decruftifyingisaacs
2011-09-04gubblebum font ftwisaacs
2011-09-04few more html doc tweaksisaacs
2011-09-04html docsisaacs
2011-08-23Correct `make doc` and `make man`isaacs
2011-08-23folder structure changeisaacs
doc/{cli,api} man/{man1,man3}
2011-08-23Updated Makefile to enable building of api-docs into man3Jameson Little
2011-07-27Support npm_debug env in install scriptisaacs
2011-07-27No need to clean cache as often, makes search slowisaacs
2011-07-16fix make latestisaacs
2011-07-16Update submodules recursively in makeisaacs
2011-04-21Less warning, better styleisaacs
2011-04-14Move test command into package.jsonisaacs