All Projects → popomore → Github Labels

popomore / Github Labels

Add github labels automatically

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Github Labels

Laravel Nova Localizations
🌎 Localization files for Laravel Nova
Stars: ✭ 161 (-2.42%)
Mutual labels:  laravel
Laravel Gmail
Laravel wrapper for the Gmail API
Stars: ✭ 162 (-1.82%)
Mutual labels:  laravel
Support
💪 Support package is a collection of helpers and tools for ARCANEDEV + Laravel projects.
Stars: ✭ 164 (-0.61%)
Mutual labels:  laravel
Envoy Deployscript
Laravel Envoy Deployment Script
Stars: ✭ 160 (-3.03%)
Mutual labels:  laravel
Vue Laravel Example
⚡ Vue - Laravel - Example is a simple example to set Vue with Laravel.
Stars: ✭ 162 (-1.82%)
Mutual labels:  laravel
Laravel Security Checker
Added Laravel functionality to Enlightn Security Checker. Adds a command to check for, and optionally emails you, vulnerabilities when they affect you.
Stars: ✭ 163 (-1.21%)
Mutual labels:  laravel
Dashboard.spatie.be
The source code of dashboard.spatie.be
Stars: ✭ 1,916 (+1061.21%)
Mutual labels:  laravel
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+1240.61%)
Mutual labels:  laravel
Base
YASCMF 基础开发版(YASCMF/BASE)
Stars: ✭ 162 (-1.82%)
Mutual labels:  laravel
Laraplans
SaaS style recurring plans for Laravel.
Stars: ✭ 163 (-1.21%)
Mutual labels:  laravel
Lock Laravel
This package is a Laravel 5 driver for Lock
Stars: ✭ 161 (-2.42%)
Mutual labels:  laravel
Laravel Mix Preload
Add preload and prefetch links based your Mix manifest
Stars: ✭ 162 (-1.82%)
Mutual labels:  laravel
Laravel Location
A simple Laravel Package to sort Countries, States and Cities
Stars: ✭ 162 (-1.82%)
Mutual labels:  laravel
Laravel Fakeid
Automatic model ID obfuscation in routes for Laravel
Stars: ✭ 161 (-2.42%)
Mutual labels:  laravel
Argon
Argon Frontend Preset For Laravel Framework 8.x and Up
Stars: ✭ 165 (+0%)
Mutual labels:  laravel
Laravel Early Access
This package makes it easy to add early access mode to your existing application.
Stars: ✭ 160 (-3.03%)
Mutual labels:  laravel
Laravel Ecommerce
Laravel open source e-commerce system.
Stars: ✭ 163 (-1.21%)
Mutual labels:  laravel
Laravel Page Speed
Package to optimize your site automatically which results in a 35%+ optimization
Stars: ✭ 2,097 (+1170.91%)
Mutual labels:  laravel
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (+1249.09%)
Mutual labels:  laravel
Roastapp
Laravel学院 Roast 应用源码
Stars: ✭ 164 (-0.61%)
Mutual labels:  laravel

Github Labels

Add github labels automatically.

It's very useful that init all your custom labels when create a repo.


Install

$ npm install github-labels -g

Usage

$ labels -c path/to/conf.json user/repo

About config file, see my conf for example.

[
  {"name": "bug", "color": "ffffff"},
  {"name": "feature", "color": "000000"}
]

Your can simplify it that will generate github default color automatically.

["bug", "feature"]

Force option will delete all existing labels, otherwise will create label when not exist or update label when existing label has different color.

$ labels -c path/to/conf.json -f user/repo

GitHub Enterprise configuration

If you're using a GitHub Enterprise instance, you'll need to pass some additional parameters to target your environment

  • host - The hostname of your GHE instance.
  • pathPrefix - The path to the API. Frequently for GHE this will be /api/v3.
$ labels -c path/to/conf.json -h github.myhost.com -p /api/v3 user/repo

You can also provide the OAuth token to be used directly via the --token parameter. This is useful when your GHE environment does not allow user/pass login.

$ labels -c path/to/conf.json -h github.myhost.com -p /api/v3 -t PERSONAL_TOKEN_123 user/repo

Export from GitHub website

Here is a snippet to be able to export github labels from the labels page of a project

gist.github.com/MoOx/93c2853fee760f42d97f

Running this code in your browser console should output your some json ready to be imported.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].