@createhars/npm-registry-cli
TypeScript icon, indicating that this package has built-in type declarations

8.6.0-rc.1 • Public • Published

@createhars/npm-registry-cli

usage

publish


```bash
npm-registry-cli publish -c path/to/.npm.reg.conf.js

TODO: README が publish されない。ので、publish は yarn で行けるならそうしたほうが良い。

yarn publish --new-version $npm_package_version

unpublish

npm-registry-cli unpublish -c path/to/.npm.reg.conf.js

unpublish all

npm-registry-cli unpublish -c path/to/.npm.reg.conf.js -v all

reg conf

  • .npm.reg.conf.js sample
module.exports = {
  registry        : {
    uri           : 'https://registry.npmjs.org',
    credentials   : {
      token: 'xxxxxxxx',
    }
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i @createhars/npm-registry-cli

Weekly Downloads

2

Version

8.6.0-rc.1

License

UNLICENSED

Unpacked Size

23 kB

Total Files

28

Last publish

Collaborators

  • createhars-owner