diff --git a/docs/cli/init.md b/docs/cli/init.md index 3ff66f4be891..a6359bf3e502 100644 --- a/docs/cli/init.md +++ b/docs/cli/init.md @@ -4,3 +4,13 @@ title: "pnpm init" --- Create a `package.json` file. + +Options + +--init-type + +Set the module system for the package. Defaults to "commonjs". + +--init-package-manager + +Pin the project to the current pnpm version by adding a "packageManager" field to package.json. \ No newline at end of file