Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A command line tool that helps you manage your GitHub repository issue labels.
Using npm:
npm install --global ghlabels
Or Yarn:
yarn global add ghlabels
You can provide options as arguments or leave then blank and they will be prompted.
ghlabels --repository foo/bar --token foobar --file ./path/somefile
Note: As an alternative you can provide options as enviroment variables (e.g. GITHUB_LABELS_TOKEN).
ghlabels copy --source seegno/github-labels --target foo/bar --token foobar
ghlabels list --repository seegno/github-labels
You can also import ghlabels client and use it as a module:
import { copyLabelsFromRepo, listLabels, updateLabels } from 'ghlabels';
// Example of copying labels from a source repo.
copyLabelsFromRepo({
source: 'seegno/github-labels'
target: 'foo/bar',
token: 'foobar'
});
// Example of listing all labels from a repo.
listLabels({
repository: 'seegno/github-labels',
token: 'foobar'
});
// Example of updating all labels from a repo.
updateLabels({
repository: 'foo/bar',
token: 'foobar'
});
Found a bug or want to suggest something? Take a look first on the current and closed issues. If it is something new, please submit an issue.
It will be awesome if you can help us evolve github-labels
. Want to help?
npm install
.npm test
.npm version [<newversion> | major | minor | patch] -m "Release %s"
MIT
FAQs
A manager for GitHub issue labels
We found that ghlabels demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.