0.0.5 • Published 10 years ago

npm-private-cli v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago