logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create npm Package - Initialize Projects | Online Free DevTools by Hexmos

Create npm packages instantly with npm init. Scaffold new Node.js projects and configure package.json with ease. Free online tool, no registration required.

npm-init

Create a package.json file. More information: https://docs.npmjs.com/cli/npm-init.

  • Initialize a new package with prompts:

npm init

  • Initialize a new package with default values:

npm init {{[-y|--yes]}}

  • Initialize a new package using a specific initializer:

npm init {{create-react-app}} {{my-app}}

See Also