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
path: root/doc
AgeCommit message (Collapse)Author
2015-11-20deps: Allow partial and full disabling of flat treesRebecca Turner
PR-URL: https://github.com/npm/npm/pull/10337 Credit: @iarna Reviewed By: @othiym23
2015-11-06doc: document for npm install-testAshley Williams
PR-URL: https://github.com/npm/npm/pull/9443
2015-11-03doc: fix typo / over-abbreviationAndrew Marcinkevičius
PR-URL: https://github.com/npm/npm/pull/10036
2015-11-03doc: fix broken link, scopes => scopeAshley Williams
PR-URL: https://github.com/npm/npm/pull/10176
2015-11-03doc: update npm-start.mdJuan Caicedo
Fixes #9460, specifying the default command run by "npm start" and the fact that you can pass it arguments. PR-URL: https://github.com/npm/npm/pull/10097
2015-10-22doc: Improve wording in the FAQ to be more empathic and less jokeyTomi Carr
PR-URL: https://github.com/npm/npm/pull/10021
2015-10-22doc: Add the command to see the list of config defaults to the section on ↵lady3bean
Default Configs PR-URL: https://github.com/npm/npm/pull/10020
2015-10-22doc: Added shortcuts to all command documentationRichard Littauer
PR-URL: https://github.com/npm/npm/pull/10015 Fixes: #7600
2015-10-09install: Update --only option to install only the argument env regardless of ↵Daijiro Wachi
the NODE_ENV. The following is the condition of setting the value of the development / production option. npm install + dev: true + prod: true --only=dev + dev: true + prod: false --only=prod || NODE_ENV=production + dev: false + prod: true PR-URL: https://github.com/npm/npm/pull/9835 Fixes: #9463
2015-10-09doc: correct `bindings.gyp` to `binding.gyp`Kenan Yildirim
`node-gyp` looks for `binding.gyp`. PR-URL: https://github.com/npm/npm/pull/9820
2015-10-09doc: fix minor typo in npm-team.mdKat Marchán
PR-URL: https://github.com/npm/npm/pull/9759
2015-10-09doc: Fix typos across a number of docsreggi
PR-URL: https://github.com/npm/npm/pull/9714
2015-10-09doc: Fix quotes guidelines in style guideAaron Krause
PR-URL: https://github.com/npm/npm/pull/9595 Fixes: #9208
2015-10-03doc: added user guide for npm orgssnopeks
PR-URL: https://github.com/npm/npm/pull/9761
2015-09-25doc: correct default location of globalconfig fileisaacs
2015-09-18docs: fix references to `node-waf`Kenan Yildirim
The behavior described here has been inaccurate for a long time. Not only was the `wscript` bit removed from `read-package-json` over 2 years ago, the `install` script is what is set to the default (now `node-gyp rebuild`), not `preinstall`. Fixes #9583 PR-URL: https://github.com/npm/npm/pull/9584
2015-09-11doc: Clarify documentation wrt `.{npm,git}ignore` behaviourAnna Henningsen
I was a bit confused when I found out that `.gitignore` files are treated as replacements for `.npmignore` files even in subdirectories, given that the documentation basically only talks about `.npmignore` in the root directory. I hope this clears things up a little for other users. PR-URL: https://github.com/npm/npm/pull/9492
2015-09-09doc: remove misleading API documentationForrest L Norvell
The API is awkward, brittle, and frequently counterintuitive. Having it documented sets an unrealistic expectation of it being a supported / encouraged thing for developers outside the team to use. Until we have an API we should stand behind, having it be undocumented is actually a net win because people won't be misled into thinking they're gonna have a good time by using it.
2015-08-27docs: document additional unignorable filesMatthew Hasbach
PR-URL: https://github.com/npm/npm/pull/9386
2015-08-14docs: remove single quotes around semver rangeKenan Yildirim
PR-URL: https://github.com/npm/npm/pull/9200
2015-08-14docs: added cli/npm-team.md describing npm team usageKat Marchán
PR-URL: https://github.com/npm/npm/pull/9011
2015-08-14docs: updated cli/npm-access.md for new full access apiKat Marchán
PR-URL: https://github.com/npm/npm/pull/9011
2015-08-12docs: Updates for --only and --alsoBryan English
PR-URL: https://github.com/npm/npm/pull/9024
2015-08-12docs: Add docs for new --only optionBryan English
PR-URL: https://github.com/npm/npm/pull/9024
2015-08-08doc: correct typo in `bundledDependencies` sectionDerek Peterson
PR-URL: https://github.com/npm/npm/pull/9108
2015-07-25config: Add option to turn off progress barsRebecca Turner
PR-URL: https://github.com/npm/npm/pull/9037 Fixes: https://github.com/npm/npm/issues/8704
2015-07-24docs: list files that are auto-in/excludedSimen Bekkhus
PR-URL: https://github.com/npm/npm/pull/9002
2015-07-24docs: document the use of "access" in "publishConfig"Stephan Bönnemann
PR-URL: https://github.com/npm/npm/pull/9022
2015-07-17docs: project npmrc is not read in global modeThaddee Tyl
Fixes #8036 PR-URL: https://github.com/npm/npm/pull/8917
2015-07-03ping: docs, bugfix, testsKat Marchán
* The command line command was broken * wrote tests for the command itself * added documentation for both the API and CLI versions PR-URL: https://github.com/npm/npm/pull/8800
2015-07-01docs: Emphasize the correct way to write the scriptJoshua Egan
PR-URL: https://github.com/npm/npm/pull/8760
2015-07-01docs: Added nvm-windows link to npm-faqJoseph Dykstra
PR-URL: https://github.com/npm/npm/pull/8754
2015-07-01docs: update wording for directories.binjane arc
the wording here is a little confusing. after talking to @iarna on irc, I am submitting this docpatch which i think describes more accurately the use of both `directories.bin` and `bin`. PR-URL: https://github.com/npm/npm/pull/8708
2015-07-01version: allow scripts to add files to the commitJames Talmage
Closes #8620 (cherry picked from commit a2106bf)
2015-06-26docs: Add documentation for new --dry-run optionRebecca Turner
2015-06-26update usage for all commandssmikes
put @ inside <@scope> simplify completion usage add [@<version>] to edit remove extraneous from install
2015-06-26Update documentationRebecca Turner
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-06-19docs: "UNLICENSED" and "SEE LICENSE IN <filename>"Kyle Mitchell
Fixes: #8557 PR-URL: https://github.com/npm/npm/pull/8609
2015-06-19docs: add details about git enviroment variablesNick Malaguti
Fixed: #8365 PR-URL: https://github.com/npm/npm/pull/8565
2015-06-19doc: edited version lifecycle docs for clarityForrest L Norvell
2015-06-19doc: ware -> are in version docsRachel Hutchison
PR-URL: https://github.com/npm/npm/pull/8554
2015-06-05doc: Fix minor typo in package.json.mdEduardo Pinho
Corrected a typo in _peerDependencies_: "a host tool or library" rather than "an host tool or library" PR-URL: https://github.com/npm/npm/pull/8462
2015-06-04Improve npm prune documentationAndrew
Detail effect of setting NODE_ENV=production to command and how to negate PR-URL: https://github.com/npm/npm/pull/8421
2015-05-28doc: correct typo in doc/files/npmrc.mdForrest L Norvell
Thanks, Kenan! (typo found in https://github.com/npm/npm/commit/14aceddaf15f8310b6ec29c2c7dafac7695ca22b#commitcomment-11410241).
2015-05-28doc: tweak .npmrc perm warning wording for clarityForrest L Norvell
2015-05-28doc: point out that .npmrc needs chmod 600colakong
2015-05-21version: add lifecycle scripts around the version commandDaijiro Wachi
Fixes #7906. This was requested to allow authors to require scripts to be true prior to bumping the version number for release. For instance, by running the test suite. As bumping the version number is a typical action immediately prior to releasing a new version, this acts as a `prepublish` that ties to the actual act of publication, versus the `prepublish` lifecycle, which is run under some install-time circumstances as well.
2015-05-20doc: update scopes FAQ for latest public infoMaximilian Antoni
2015-05-20doc: use monospace highlighting consistentlyForrest L Norvell