-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Documentationdocumentation related issuedocumentation related issueNeeds Triageneeds review for next stepsneeds review for next steps
Description
Is there an existing issue for this?
- I have searched the existing issues
This is a CLI Docs Enhancement, not another kind of Docs Enhancement.
- This is a CLI Docs Enhancement.
Description of Problem
The synopsis of npm-init
says:
npm init <package-spec> (same as `npx <package-spec>`)
It is missing the 'create-' part.
It should say:
npm init <package-spec> (same as `npx create-<package-spec>`)
The problem is present in both 8.x and 9.x.
https://docs.npmjs.com/cli/v8/commands/npm-init
https://docs.npmjs.com/cli/v9/commands/npm-init
Potential Solution
Add the create-
part.
Docs URL
Metadata
Metadata
Assignees
Labels
Documentationdocumentation related issuedocumentation related issueNeeds Triageneeds review for next stepsneeds review for next steps