0.0.2 • Published 7 years ago

git-topics-cli v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

git-topics-cli Build Status

Auto create Github topics for repositories

Install

$ npm install -g git-topics-cli

Usage

$ git-topics --help

  Usage:
    $ git-topics                          create github topics for local project on the current directory
    $ git-topics <project-name>           create github topics for github project
    $ git-topics --auth                   github authentication

  Example:
    $ git-topics
    $ git-topics bukinoshita/git-topics
    $ git-topics --auth
    $ git-topics -t js,javascript

  Options:
    -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

License

MIT © Bu Kinoshita