164 Commits

Author SHA1 Message Date
isaacs
f23f1d8e8f doc: update version doc to include pre-* increment args 2014-08-14 19:38:54 -07:00
bcoe
df4b0e7fc1 making it so that you can pass arguments to run-scripts. 2014-07-22 17:23:32 -07:00
Robert Kowalski
2ba7d0d079 doc: npm-explore can't handle a version
Closes #5323
2014-06-25 01:53:59 -04:00
Mick Thompson
ee4d1bad7f Remove concerns of package republishing from shrinkwrap docs
Republishing packages is no longer possible.
2014-06-24 18:41:54 -04:00
isaacs
9eb61d0cd7 doc: revert accidental whitespace change 2014-06-24 13:54:23 -07:00
isaacs
4562f9dd56 bump tar and fstream deps 2014-06-24 13:52:55 -07:00
Robert Kowalski
5191b5c417 docs: document common npm dependencies
Closes #5299
2014-06-01 14:45:04 +02:00
Zach Pomerantz
05823910c8 Include alias run in run-script doc.
Correctly document run-script alias
2014-05-23 15:37:56 -07:00
isaacs
f7d0534f6c update docs for cache folder structure 2014-05-23 15:26:12 -07:00
Evan Lucas
912254128d list runnable scripts
Running `npm run` will now list available scripts in the top level
package.json.  Fixes #4888
2014-05-01 20:45:54 -05:00
Robin Tweedie
2b80cfe8e9 doc: fix npm-folders(5) duplication 2014-05-01 10:19:20 -07:00
Domenic Denicola
218d427070 doc: clarify run-script arguments. Fixes #5087 2014-04-18 11:51:55 -04:00
Matt Hickford
d4d29d079e Add in-line link to registry doc page 2014-04-17 23:36:37 -04:00
J. Tangelder
702fa1c61e documentation fix regarding the publish/unpublish changes. 2014-03-18 17:05:19 -07:00
Shawn Wildermuth
e95b5aa0f3 Update uninstall documentation to include flags
This update adds the notes to use --save, --save-dev, -g, and
--save-optional to the uninstall docs.
2014-02-23 21:05:44 -05:00
Tim Oxley
17f07df8ad Add --save-exact config for --save[-dev|-optional].
Related:
https://github.com/npm/npm/issues/4713
https://github.com/npm/npm/issues/4587
2014-02-20 17:40:56 -08:00
Kris Kowal
3850441fd8 Document the --tag option of npm-publish 2014-02-17 14:46:40 -05:00
Yeonghoon Park
66f83483c5 Document the arguments for `npm-outdated'. 2014-02-08 17:05:28 +09:00
Franck Cuny
8e4fa6325f Document the 'depth' argument for `npm-ls'. 2014-02-07 23:07:50 -05:00
Dylan Greene
3cbf381fc7 Replace references to isaacs/npm with npm/npm. 2014-02-06 23:34:06 -05:00
Tim Oxley
823010b86e Support multiple packagenames in npm docs. 2014-01-07 20:25:04 -05:00
Tim Oxley
20439b21e1 Tidy search output via columnify.
* Enable line wrapping|truncation via --long option.
* Remove updated time (but leave date) from npm search results.
* Increase space for name from 20 to 30 characters.
* Remove unnecessary brackets around 'prehistoric'.
* Make date column fit the word 'prehistoric' better.
* Tighten space between status and name.
2014-01-06 22:07:20 -05:00
isaacs
0f48c71516 doc: rename repo.md to npm-repo.md 2014-01-02 17:47:48 -08:00
Evan Lucas
d04cf64839 Allow npm bugs for the current directory
If you are in your local module, you might want to visit the repository without
knowing the repo name or typing the name in.

This adds `npm bugs .` and `npm bugs` so that the npm-bugs-command behaves like
`npm install`, `npm docs`, `npm home`, and `npm repo.`

Also fixed the parsing of `./` (instead of `.`).

Closes #4204.
2013-12-22 20:07:02 -05:00
Alex Kocharin
1e6f2a72ca updating url for password reset 2013-12-21 11:12:13 +03:00
Luke Arduini
6fe2d66b36 Update npm-version doc with correct arguments.
The 'build' option was removed for semver@2.
2013-12-06 15:08:08 -08:00
Robert Kowalski
bf9048e2fa Allow npm repo for current local directory, like npm install .
If you are in your local module, you might want to visit
the repository without knowing the repo name or typing the name in.

This adds `npm repo .` and `npm repo` so that the npm-repo-command
behaves like npm install
2013-12-02 18:29:47 +01:00
Gabriel Falkenberg
cf2d0b4b4f Add description of --no-optional argument 2013-11-26 00:33:21 -05:00
isaacs
8608df0c48 doc: Remove reference to changelog 2013-11-14 15:30:41 -08:00
Jess Martin
f4d20ad86e Add docs for --production flag in npm install. 2013-10-28 10:00:35 -07:00
Robert Kowalski
2f7fd625a0 Discover new versions with outdated
Add versions that are not matching the version specified in the
package.json as 'latest', at cost of one request more per package.

Show versions that are specified by the package.json as 'wanted'

Fixes #1428
2013-09-22 02:10:01 -04:00
Domenic Denicola
382b0f683c Fix #3071: cache location documentation 2013-09-08 00:00:56 -04:00
Robert Kowalski
36fdab4129 document npm prune --production 2013-09-07 23:41:46 -04:00
Maximilian Antoni
459e4b6136 dedupe: more docs for tag, install and dedupe 2013-09-07 23:36:22 -04:00
Luke Arduini
58701da14c add missing aliases to cli doc pages 2013-08-19 15:43:07 -07:00
Luke Arduini
5a94bd86ac npm view doc 2013-08-17 14:43:36 -04:00
TJ Holowaychuk
0223389130 add "repo" command 2013-08-15 19:47:43 -04:00
Robert Gieseke
49fa5a1558 doc: Remove whitespace 2013-08-12 21:34:10 +02:00
isaacs
9058a994db doc: Correct links to semver(7) 2013-08-07 10:18:37 -07:00
elisee
349b6983bd doc: Remove duplicate version range line in npm-install. 2013-07-21 17:24:49 -04:00
isaacs
ea4b27df0d doc: Point at npm-ls, not npm-list
Re isaacs/npm-www#359
2013-07-15 09:44:06 -07:00
isaacs
2324bd1727 doc: folders is section 5, not 7 2013-07-14 11:01:43 -07:00
isaacs
af81d7272e doc: More config doc crosslinking 2013-07-11 15:32:02 -07:00
isaacs
3462380fd8 doc: Correct links to misc section docs 2013-07-11 15:26:37 -07:00
isaacs
ef05f25b4d doc: s/npm-folders(1)/npm-folders(7)/g 2013-07-11 15:20:04 -07:00
isaacs
ea654af0bf doc: s/npm-json(1)/package.json(5)/g 2013-07-11 15:19:00 -07:00
isaacs
221980e8d5 doc: Split config up into 3 docs 2013-07-11 13:15:50 -07:00
isaacs
420db7dd7c doc: organize into sections 2013-07-11 01:25:45 -07:00
isaacs
28607ac2f5 doc: update semver 2013-07-10 00:00:41 -07:00
Robert Kowalski
dec660c2a1 ls: show git urls in parentheses
If a project specifies git urls for dependencies these are shown
in parentheses after the name@version to make it easier for
users to recognize potential forks of a project.

Fixes #3570
2013-06-25 01:19:08 -04:00