All Projects → yoshuawuyts → Github Standard Labels

yoshuawuyts / Github Standard Labels

Licence: mit
Create a standard set of issue labels for a GitHub project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Github Standard Labels

Sigmf
The Signal Metadata Format Specification
Stars: ✭ 120 (-48.72%)
Mutual labels:  standard
Lib
🤖 Lets you focus on the stuff that matters
Stars: ✭ 142 (-39.32%)
Mutual labels:  standard
Encoding
Encoding Standard
Stars: ✭ 176 (-24.79%)
Mutual labels:  standard
Typed
The TypeScript Standard Library
Stars: ✭ 124 (-47.01%)
Mutual labels:  standard
Fetch
Fetch Standard
Stars: ✭ 1,794 (+666.67%)
Mutual labels:  standard
Frontend Standards
MyGZB 前端协作规范
Stars: ✭ 154 (-34.19%)
Mutual labels:  standard
Glabels Qt
gLabels Label Designer (Qt/C++)
Stars: ✭ 116 (-50.43%)
Mutual labels:  labels
Docker Need To Know
docker常见错误和必须要遵守的标准
Stars: ✭ 225 (-3.85%)
Mutual labels:  standard
Unit Api
Units of Measurement API
Stars: ✭ 140 (-40.17%)
Mutual labels:  standard
Git Commit Style Guide
Make git commit message more readable and useful.
Stars: ✭ 170 (-27.35%)
Mutual labels:  standard
Chainabstractionlayer
Blockchain abstraction layer
Stars: ✭ 131 (-44.02%)
Mutual labels:  standard
Igcommit
Git pre-receive hook to check commits and code style
Stars: ✭ 135 (-42.31%)
Mutual labels:  standard
Php Conventions
Рекомендации по написанию PHP кода
Stars: ✭ 156 (-33.33%)
Mutual labels:  standard
Standard Engine
🚒 The guts of `standard` modularized for reuse
Stars: ✭ 120 (-48.72%)
Mutual labels:  standard
Eslint Config Standard
ESLint Config for JavaScript Standard Style
Stars: ✭ 2,229 (+852.56%)
Mutual labels:  standard
Htmllabelplugin
Use this Xamarin.Forms plugin to display HTML content into a label.
Stars: ✭ 119 (-49.15%)
Mutual labels:  labels
Generator Standard Readme
Scaffold out a Standard Readme
Stars: ✭ 150 (-35.9%)
Mutual labels:  standard
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+1074.79%)
Mutual labels:  standard
Modern Node
All-in-one development toolkit for creating node modules with Jest, Prettier, ESLint, and Standard
Stars: ✭ 216 (-7.69%)
Mutual labels:  standard
Ogcapi Features
An open standard for querying geospatial information on the web.
Stars: ✭ 164 (-29.91%)
Mutual labels:  standard

github-standard-labels stability

npm version build status downloads js-standard-style

Create a standard set of issue labels for a GitHub project

Usage

  Usage:
    $ github-standard-labels <username> <project>

  Commands:
    <default>   Create a set of labels for a project

  Options:
    -h, --help      Print usage
    -v, --version   Print version

Labels

duplicate             #ededed
greenkeeper           #ededed
starter               #ffc0cb
Priority: Critical    #ee0701
Priority: High        #d93f0b
Priority: Low         #0e8a16
Priority: Medium      #fbca04
Status: Abandoned     #000000
Status: Available     #c2e0c6
Status: Blocked       #ee0701
Status: In Progress   #cccccc
Status: On Hold       #e99695
Status: Proposal      #d4c5f9
Status: Review Needed #fbca04
Type: Bug             #ee0701
Type: Documentation   #5319e7
Type: Enhancement     #1d76db
Type: Maintenance     #fbca04
Type: Question        #cc317c

See what they look like on the demo issue.

API

githubStandardLabels(opts, cb([err]))

Apply labels to a project. opts should be an object containing:

  • .github: an instance of ghauth
  • .username: the name of the project owner
  • .repo: the repository name

Acknowledgements

  • Joe Hand for showing me this cool labeling scheme

See Also

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