Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github-label-template

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-label-template

manage github lable automatically

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Github Label Template

Build Status npm

Intro

Will you be satisfied and stuck with the default labels in the github repository? The answer may probably be NO, you always need to add some labels, customize the colors, etc. Finally you will come to an awesome label template(or you might find someone from others), when you create a new repository, you might want to use the template you favor, but still manually?

No... This command line tool tries to help you manuplate your github label template effectively.

Prerequisite

Node.js 4.4 or later.

Install

npm install github-label-template

Usage


  Usage: ghlbl [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -o, --owner [owner]      repo owner
    -r, --repo [repo]        repo name
    -t, --token [token]      github token
    -e, --export [filename]  export the lables to json file [filename]
    -d, --del                delete all existed labels
    -i, --import [filename]  import the labels from json file [filename]


Samples

  • Export all labels

    • ghlbl -o xavierchow -r github-label-template -t <github-token> -e out.json
  • Clear all existed lables

    • ghlbl -o xavierchow -r github-label-template -t <github-token> -d
  • Import lables from json template

    • ghlbl -o xavierchow -r github-label-template -t <github-token> -i tmpl.json

License

MIT

Keywords

FAQs

Package last updated on 22 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc