Package Exports
- git-topics-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (git-topics-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
git-topics-cli 
Auto create Github topics for repositories
Install
$ npm install -g git-topics-cliUsage
$ 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 versionDemo
Related
- git-topics — API for this module
License
MIT © Bu Kinoshita