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
2015-03-27Switching minutes and monthsMEDDAH Julien
2015-03-12doc: use perl in update-authors.sh instead of awkKenan Yildirim
As a consequence of the various implementations of AWK across platforms, the use of AWK in `scripts/update-authors.sh` might result in different sorting behavior on different platforms (i.e. BSD awk on OS X does not maintain the desired sort- by-first-contribution). So, let's use Perl instead.
2015-01-24add script for updating AUTHORS fileKenan Yildirim
2014-12-11install.sh: Drop support for node <0.8, remove engines bitsisaacs
2014-10-24perl 5.18.x doesn't like -pi without filenamesForrest L Norvell
2014-09-30doc: build partial html content as well as full-baked pagesisaacs
The better to docs.npmjs.com for great good
2014-09-11s/ronn/marked-man/gisaacs
2014-08-22doc: Fix 'npm help index'isaacs
This fixes the doc builder script so that the appropriate numbers get printed into the links, and so that 'npm help index' isn't all wonky in its formatting.
2014-08-15Add script to output 'v1.4-next' publish tagisaacs
2014-06-28Allow to build all the docs OOTB.GeJ
Since 1.4.10, the html docs are generated via the marked module. when doing the usual "make" dance, the build process stops when attempting to generate the first html doc complaining about a missing node_modules/.bin/marked. This patch is a quick'n'dirty copy-pasta of the treatment applied to load the ronn module but applied to marked. When applied against the 1.4.13 tarball it allows -- at least in a works-for-me manner -- to generate all the docs.
2014-05-02Use marked instead of ronn for html docsisaacs
2014-05-01Do not replace the canonical url for README.html on doc buildingRobert Kowalski
Closes #5111
2014-04-13doc: Add canonical urlisaacs
2014-02-26Move toc.js script into a fileisaacs
2014-02-16Follow redirects on curl|sh installer scriptisaacs
Closes #4673
2013-11-12#3759: do not install npm on node <= v0.5Alex Rodionov
2013-07-12doc: Build index and readme html properlyisaacs
2013-07-12doc: update index builder for new formatisaacs
2013-07-12doc: update build scripts for new structureisaacs
2013-07-11doc: build sections 5 and 7isaacs
2013-06-22Fix the environment used for the doc-build script.Florian Margaine
Fixes #2004.
2012-10-04Fix #2850 Use https url for npmjs.org in docs etc.isaacs
2012-07-23Don't remove stuff from release tarballsisaacs
Makes for weird behavior when installed along with node
2012-07-13Fix relocate script properlyisaacs
2012-07-13Add a script to point the shebang at something elseisaacs
2012-04-07Sort output of fs.readdir to ensure an ordered command list.Martin Cooper
2012-01-16Build ronn by checking the bin, not the packageisaacs
2012-01-06Get the 'building ronn' lock pid less cleverlyisaacs
2012-01-06Fix hang on `make doc` when earlier attempt failsGautham Pai
Fixing the issue where the script hangs forever when a previous make had failed and the script is re-run.
2012-01-05A script for building a releaseisaacs
2012-01-02Switch npm install based on node versionisaacs
2011-12-02Scripts should be 0755isaacs
2011-11-10Fix #1694 Test for directory-ness rather than -eisaacs
shell scripting is hard.
2011-11-03Use npm_config_tar in install scriptisaacs
2011-10-31Print tar --version even if explicitly setisaacs
2011-10-28Close #1622 Fix incorrect check for -o tar argisaacs
2011-10-22Handle seds that don't support -eisaacs
2011-10-18Fail faster in cases like #1566isaacs
2011-10-17Add Stephen to AUTHORSisaacs
2011-10-12Some seds are simpletonsisaacs
2011-10-04Update 'make doc' to only ronn build if necessaryisaacs
Also, updated to play nicely with 'make -j8 doc'
2011-10-04Building docs is too tedious to do on installationisaacs
2011-10-01Remove the cacert before trying to cd into the folderisaacs
2011-10-01cacert takes a file, not a stringisaacs
2011-10-01install.sh: Use tar -z, since npm does anywayisaacs
2011-09-25More html doc styling stuffisaacs
2011-09-25Include api docs in indexisaacs
2011-09-25More doc stuff.isaacs
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-23Re #1448 add some output around tar that it's usingisaacs