]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/man/man1/npm-edit.1
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / man / man1 / npm-edit.1
1 .TH "NPM\-EDIT" "1" "October 2016" "" ""
2 .SH "NAME"
3 \fBnpm-edit\fR \- Edit an installed package
4 .SH SYNOPSIS
5 .P
6 .RS 2
7 .nf
8 npm edit <name>[@<version>]
9 .fi
10 .RE
11 .SH DESCRIPTION
12 .P
13 Opens the package folder in the default editor (or whatever you've
14 configured as the npm \fBeditor\fP config \-\- see npm help 7 \fBnpm\-config\fP\|\.)
15 .P
16 After it has been edited, the package is rebuilt so as to pick up any
17 changes in compiled packages\.
18 .P
19 For instance, you can do \fBnpm install connect\fP to install connect
20 into your package, and then \fBnpm edit connect\fP to make a few
21 changes to your locally installed copy\.
22 .SH CONFIGURATION
23 .SS editor
24 .RS 0
25 .IP \(bu 2
26 Default: \fBEDITOR\fP environment variable if set, or \fB"vi"\fP on Posix,
27 or \fB"notepad"\fP on Windows\.
28 .IP \(bu 2
29 Type: path
30
31 .RE
32 .P
33 The command to run for \fBnpm edit\fP or \fBnpm config edit\fP\|\.
34 .SH SEE ALSO
35 .RS 0
36 .IP \(bu 2
37 npm help 5 folders
38 .IP \(bu 2
39 npm help explore
40 .IP \(bu 2
41 npm help install
42 .IP \(bu 2
43 npm help config
44 .IP \(bu 2
45 npm help 7 config
46 .IP \(bu 2
47 npm help 5 npmrc
48
49 .RE
50