Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundtrackyourbrand/sinopia-github-oauth-cli
"npm login" for sinopia-github-oauth
https://github.com/soundtrackyourbrand/sinopia-github-oauth-cli
Last synced: about 2 months ago
JSON representation
"npm login" for sinopia-github-oauth
- Host: GitHub
- URL: https://github.com/soundtrackyourbrand/sinopia-github-oauth-cli
- Owner: soundtrackyourbrand
- License: mit
- Created: 2016-04-14T21:10:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T09:50:20.000Z (over 6 years ago)
- Last Synced: 2023-12-22T07:22:27.391Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 5
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sinopia-github-oauth-cli
"npm login" for [sinopia-github-oauth](https://github.com/soundtrackyourbrand/sinopia-github-oauth)## How to use
Install via npm
```
$ npm install -g sinopia-github-oauth-cli
```Set the registry to your sinopia instance
```
$ npm config set registry http://url.to.your.registry:4873
```Authenticate
```
$ sinopia-github-oauth
```or directly pass registry url
```
$ sinopia-github-oauth --registry http://url.to.your.registry:4873
```