gitlab-api-request
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "gitlab-api-request", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Script for make request to the gitlab API", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"bin": { | ||
"gl": "./index.js" | ||
"gr": "./index.js" | ||
}, | ||
@@ -14,0 +14,0 @@ "author": { |
@@ -6,9 +6,27 @@ # Gitlab api request (script) | ||
### Installing | ||
## Installing | ||
``` | ||
npm install gitlab-api-request -g | ||
npm install -g gitlab-api-request | ||
``` | ||
## Getting Started | ||
After install the library just type `gr -h` in a terminal and see the documentation. | ||
### Issues command | ||
An example for see all the estimation time, you can use the next example: | ||
``` | ||
gr -logs info -token 3aSAkG6bisadf2345-sRU issues my-estimations "milestone"="2019-02" | ||
``` | ||
the result will be something like this: | ||
``` | ||
Estimate 48.5 | ||
Spent 0 | ||
Issues 17 | ||
``` | ||
## Testing code | ||
@@ -15,0 +33,0 @@ |
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
6866
48