Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitlab-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitlab-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

11

package.json
{
"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": "*"
}
}

9

README.md

@@ -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

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