A tool for create or update a package.json checking if the package name is valid and available on npm.
Refer to the ZumerBox bundle for more information and tools.
npm install @zumerbox/npm-init --save-dev
npx @zumerbox/npm-init
- Interactive workflow: The script guides you through the package initialization process with interactive prompts.
- Package validation: Validates the package name to ensure it meets npm's requirements.
- Package name availabity: Verify the package name is available on npm.
- Proxy support: Supports configuring proxy settings for environments behind a proxy.