JSPM

git-topics-cli

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q37728F
  • License MIT

Auto create Github topics for repositories

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

License

MIT © Bu Kinoshita