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 - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

index.js

@@ -38,3 +38,3 @@ #!/usr/bin/env node

if (program.export) {
const exportedFile = path.resolve(program.export); //FIXME relative path?
const exportedFile = path.resolve(program.export);
return lbl.getAll()

@@ -60,2 +60,6 @@ .then(labels => {

}
program.help((txt) => {
console.error('No action specified!');
return txt;
});
};

@@ -62,0 +66,0 @@ main();

4

package.json
{
"name": "github-label-template",
"version": "0.0.1",
"version": "0.0.2",
"description": "manage github lable automatically",
"main": "index.js",
"bin": {
"ghlbl": "./index.js"
"ghlbl": "./index.js"
},

@@ -9,0 +9,0 @@ "scripts": {

Github Label Template
------------------------
[![Build Status](https://travis-ci.org/xavierchow/github-label-template.svg?branch=master)](https://travis-ci.org/xavierchow/github-label-template)
[![npm](http://img.shields.io/npm/v/github-label-template.svg?maxAge=2592000)](https://www.npmjs.org/package/github-label-template)

@@ -38,5 +39,16 @@ ## Intro

```
### 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
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