Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yorkie/npm-private-cli
NPM Extend Tool for your github private repo
https://github.com/yorkie/npm-private-cli
Last synced: 5 days ago
JSON representation
NPM Extend Tool for your github private repo
- Host: GitHub
- URL: https://github.com/yorkie/npm-private-cli
- Owner: yorkie
- Created: 2014-05-28T08:11:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-28T08:30:13.000Z (over 10 years ago)
- Last Synced: 2024-10-19T19:44:45.045Z (24 days ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NPM-PRIVATE-CLI(1) - NPM Extend Tool for your github private repo
===========### Installation
```sh
$ npm install -g npm-private-cli
```### Usage
1. Add the `privateDenpendencies` to your `package.json`:
```
"privateDenpendencies": {
"Owner/repo-name": ">=0.0.1"
}
}
```2. 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