diff options
Diffstat (limited to 'deps/npm/man/man1/npm-init.1')
-rw-r--r-- | deps/npm/man/man1/npm-init.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/man/man1/npm-init.1 b/deps/npm/man/man1/npm-init.1 index 55ed8c4623..71773b042f 100644 --- a/deps/npm/man/man1/npm-init.1 +++ b/deps/npm/man/man1/npm-init.1 @@ -1,4 +1,4 @@ -.TH "NPM\-INIT" "1" "September 2022" "" "" +.TH "NPM\-INIT" "1" "November 2022" "" "" .SH "NAME" \fBnpm-init\fR \- Create a package\.json file .SS Synopsis @@ -17,7 +17,7 @@ aliases: create, innit package\. .P \fBinitializer\fP in this case is an npm package named \fBcreate\-<initializer>\fP, -which will be installed by npm help \fBnpm\-exec\fP, and then have its +which will be installed by npm help npm\-exec, and then have its main bin executed \-\- presumably creating or updating \fBpackage\.json\fP and running any other initialization\-related operations\. .P @@ -355,11 +355,11 @@ This value is not exported to the environment for child processes\. .SS See Also .RS 0 .IP \(bu 2 -npm help package spec +npm help "package spec" .IP \(bu 2 init\-package\-json module \fIhttp://npm\.im/init\-package\-json\fR .IP \(bu 2 -npm help package\.json +package\.json \fI/configuring\-npm/package\-json\fR .IP \(bu 2 npm help version .IP \(bu 2 |