All Projects β†’ azu β†’ Github Label Setup

azu / Github Label Setup

Licence: mit
πŸ“¦ Setup GitHub label without configuration.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Github Label Setup

Ansible Role Repo Epel
Ansible Role - EPEL Repository for RHEL/CentOS
Stars: ✭ 149 (+39.25%)
Mutual labels:  setup, repository
Backup My Github
Clones all your repositories to local machine
Stars: ✭ 101 (-5.61%)
Mutual labels:  repository
Coco Annotator
✏️ Web-based image segmentation tool for object detection, localization, and keypoints
Stars: ✭ 1,138 (+963.55%)
Mutual labels:  label
Gittar
🎸 Download and/or Extract git repositories (GitHub, GitLab, BitBucket). Cross-platform and Offline-first!
Stars: ✭ 87 (-18.69%)
Mutual labels:  repository
Vs Setup Samples
This is a sample in various programming languages that demonstrates how developers can use the new Visual Studio setup query API.
Stars: ✭ 70 (-34.58%)
Mutual labels:  setup
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-17.76%)
Mutual labels:  repository
Osint Tools
OSINT tools catalog
Stars: ✭ 62 (-42.06%)
Mutual labels:  repository
Ruckzuck
software package manager for windows
Stars: ✭ 103 (-3.74%)
Mutual labels:  repository
Setup
Setup instructions for Le Wagon's students on their first day of Web Development Bootcamp
Stars: ✭ 11,525 (+10671.03%)
Mutual labels:  setup
Git Unsaved
πŸ”Ž Scan your projects directory for dirty git repositories.
Stars: ✭ 84 (-21.5%)
Mutual labels:  repository
Fsdairportfliplabel
UILabel like old Airport flipping labels
Stars: ✭ 79 (-26.17%)
Mutual labels:  label
Git Repo Watcher
A simple bash script to watch a git repository and pull upstream changes if needed.
Stars: ✭ 73 (-31.78%)
Mutual labels:  repository
Pyreportcard
πŸš₯ A report card for Python application
Stars: ✭ 90 (-15.89%)
Mutual labels:  repository
Gh Card
GitHub Repository Card for Any Web Site
Stars: ✭ 1,154 (+978.5%)
Mutual labels:  repository
Hydrus Presets And Scripts
collection of presets and scripts for Hydrus
Stars: ✭ 101 (-5.61%)
Mutual labels:  repository
Blabel
🏷 Python label/sticker PDF generation. HTML templates, built-in barcodes, qr codes, and other goodies
Stars: ✭ 63 (-41.12%)
Mutual labels:  label
Tuf
A framework for securing software update systems
Stars: ✭ 1,202 (+1023.36%)
Mutual labels:  repository
Warehouse
ArtesΓ£os Warehouse - A simple and direct approach to repositories!
Stars: ✭ 87 (-18.69%)
Mutual labels:  repository
Startjekyll
An example and guide to getting started with Jekyll and static site generators.
Stars: ✭ 106 (-0.93%)
Mutual labels:  setup
Meta
tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
Stars: ✭ 1,376 (+1185.98%)
Mutual labels:  repository

@azu/github-label-setup

Opinionated GitHub label setup tool.

demo

  • Create starter GitHub labels
  • Migrate existing labels
  • No configuration - It is opinionated

Install

Install with npm:

npm install --global @azu/github-label-setup

Usage

This tool works without any configuration.

Usage
  $ github-label-setup --token xxx

Options

  -h, --help                  [Boolean] output usage information
  -l, --labels <path>         [Path:String] the path to look for the label configuration in. Default: labels.json
  --token <token>             [String] a GitHub access token (also settable with a GITHUB_ACCESS_TOKEN environment variable)
  -d, --dry-run               [Boolean] calculate the required label changes but do not apply them
  -A, --allow-added-labels    [Boolean] allow additional labels in the repo, and don't delete them

You'll also need a GitHub access token ready so that the the tool will have access to your repositories. You can generate an access token here, be sure to allow the "repo" scope.

This tool is a wrapper of github-label-sync.

Npm packages for labels

labels can be set requireable path like npm packages.

$ github-label-setup --token xxx --labels @owner/github-label-presets

See Label JSON format.

Default Labels

These are opinionated labels.

demo

  • #ededed duplicate - This issue or Pull Request already exists
  • #e99695 help wanted - Extra attention is needed
  • #7057ff good first issue - Good for newcomers
  • #ee0701 Priority: Critical
  • #d93f0b Priority: High
  • #fbca04 Priority: Medium
  • #0e8a16 Priority: Low
  • #000000 Status: Abandoned - The issue or Pull Request is wontfix
  • #ee0701 Status: Blocked - Progress on the issue is Blocked
  • #cccccc Status: In Progress - Work in Progress
  • #d4c5f9 Status: Proposal - Request for comments
  • #2E7733 Status: PR Welcome - Welcome to Pull Request
  • #fbca04 Status: Review Needed - Request for review comments
  • #F9C90A Status: Need More Info - Lacks enough info to make progress
  • #b60205 Type: Breaking Change - Includes breaking changes
  • #ee0701 Type: Bug - Bug or Bug fixes
  • #0e8a16 Type: Documentation - Documentation only changes
  • #1d76db Type: Feature - New Feature
  • #fbca04 Type: Refactoring - A code change that neither fixes a bug nor adds a feature
  • #257759 Type: Testing - Adding missing tests or correcting existing tests
  • #abd406 Type: Maintenance - Repository Maintenance
  • #ffd412 Type: CI - Changes to CI configuration files and scripts
  • #cc317c Type: Question - Further information is requested
  • #ee0701 Type: Security - Vulnerability disclosure or Fixing security issue

Related

Changelog

See Releases page.

Running tests

Install devDependencies and Run npm test:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome.

For bugs and feature requests, please create an issue.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

License

MIT Β© azu

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