Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/git-topics-cli
Auto create Github topics for repositories
https://github.com/bukinoshita/git-topics-cli
cli git github repo repository topic topics
Last synced: 12 days ago
JSON representation
Auto create Github topics for repositories
- Host: GitHub
- URL: https://github.com/bukinoshita/git-topics-cli
- Owner: bukinoshita
- License: mit
- Created: 2017-10-04T14:47:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T04:41:32.000Z (over 5 years ago)
- Last Synced: 2024-10-10T16:07:30.350Z (29 days ago)
- Topics: cli, git, github, repo, repository, topic, topics
- Language: JavaScript
- Size: 8.57 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# git-topics-cli [![Build Status](https://travis-ci.org/bukinoshita/git-topics-cli.svg?branch=master)](https://travis-ci.org/bukinoshita/git-topics-cli)
> Auto create Github topics for repositories
## Install
```bash
$ npm install -g git-topics-cli
```## Usage
```bash
$ git-topics --helpUsage:
$ git-topics create github topics for local project on the current directory
$ git-topics create github topics for github project
$ git-topics --auth github authenticationExample:
$ git-topics
$ git-topics bukinoshita/git-topics
$ git-topics --auth
$ git-topics -t js,javascriptOptions:
-a, --auth github authentication to be able to create topics
-t, --topics github topics
-h, --help show help options
-v, --version show version
```## Demo
## Related
- [git-topics](https://github.com/bukinoshita/git-topics) — API for this module
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)