0.1.0 • Published 4 months ago

npm-init-ex v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

npm-init-ex

npm init extended - a better npm init

npx npm-init-ex@latest

:sparkles: Features

  1. Runs npm init -y

  2. Modifies the package.json

  • Sets version to 0.0.0 (Better for np)
  • Sets license to MIT
  • Adds main, bin and files fields (Assumes a dist folder)
  • Sets node in engines to >=20
  • Adds type: "module"
  • Sorts the fields
  1. Creates .npmrc with save-exact=true
0.1.0

4 months ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago