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

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i npm-private-cli

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • yorkie