2025-03-14 21:59:59 -06:00
|
|
|
# npm init
|
|
|
|
|
|
|
|
|
|
> Create a `package.json` file.
|
|
|
|
|
> More information: <https://docs.npmjs.com/cli/commands/npm-init>.
|
|
|
|
|
|
|
|
|
|
- Initialize a new package with prompts:
|
|
|
|
|
|
|
|
|
|
`npm init`
|
|
|
|
|
|
|
|
|
|
- Initialize a new package with default values:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`npm init {{[-y|--yes]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Initialize a new package using a specific initializer:
|
|
|
|
|
|
|
|
|
|
`npm init {{create-react-app}} {{my-app}}`
|