gitlab-cli
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "gitlab-cli", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Gitlab API on the command line", | ||
"main": "bin/cli.js", | ||
"main": "./bin/cli.js", | ||
"bin": { | ||
"gitlab": "./bin/cli.js" | ||
}, | ||
"author": { | ||
@@ -10,2 +13,3 @@ "name": "Ondrej Brinkel", | ||
}, | ||
"preferGlobal": true, | ||
"homepage": "https://github.com/der-On/gitlab-cli", | ||
@@ -25,3 +29,6 @@ "license": "BSD", | ||
"optimist": ">=0.6.0" | ||
}, | ||
"engines": { | ||
"node": "*" | ||
} | ||
} |
@@ -7,11 +7,6 @@ # Gitlab-CLI | ||
Install dependencies using npm: | ||
Install it using npm: | ||
npm install | ||
npm install gitlab-cli -g | ||
Create a symlink to the bin/cli.js in your bin/ folder(s) | ||
ln -s bin/cli.js ~/bin/gitlab | ||
## Usage | ||
@@ -18,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55077
20