Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 483 Bytes

npm-init.md

File metadata and controls

27 lines (17 loc) · 483 Bytes

npm init

Create a package.json file


References

Synopsis

npm init [--yes|-y|--scope]
npm init <@scope> (same as `npm exec <@scope>/create`)
npm init [<@scope>/]<name> (same as `npm exec [<@scope>/]create-<name>`)
npm init [-w <dir>] [args...]

Description

npm init <initializer> can be used to set up a new or existing npm package.

……

todo oneday