npm-private-cli

0.0.5 • Public • Published

NPM-PRIVATE-CLI(1) - NPM Extend Tool for your github private repo

Installation

$ npm install -g npm-private-cli

Usage

  1. Add the privateDenpendencies to your package.json:
  "privateDenpendencies": {
    "Owner/repo-name": ">=0.0.1"
  }
}
  1. Add a pre-install script to pipeline your workflow:
  "scripts": {
    "pre-install": "npm-private -u yorkie -p your-password"
  }
}

Conguratulations to you, then you could publish your private packages by git/github, and define your dependencies like public packages.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    0
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i npm-private-cli

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • yorkie