my-npx-app
v1.1.2
Published
sample npx app
Downloads
6
Readme
publish to npm npm login npm publish npm unpublish [email protected] // to unpublish npm info [email protected] // check information of publish npx arvind-copy Changes in package.json: "main": "src/index.mjs", "type": "module", "bin": { "arvind-copy": "./src/index.mjs" },
to check registry mentioned in .npmrc file npm config get registry to set registery npm config set registry https://registry.npmjs.org/