New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gggp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gggp

go go gadget proto - dependency management for .proto files

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source
                             _         _   
   ___ ___ ___ ___ ___ ___ _| |___ ___| |_ 
  | . | . | . | . | . | .'| . | . | -_|  _|
  |_  |___|_  |___|_  |__,|___|_  |___|_|  
  |___|_ _|___|_| |___|_      |___|        
   _| . |  _| . |  _| . |                  
  |_|  _|_| |___|_| |___|  go go gadget .proto                
    |_|

go go gadget .proto

a dependency manager for protobuf files.

installation
npm install -g gggp
usage
  Usage: gggp [options] [command]


  Commands:

    init                                   install all dependencies from `Gadgetfile`
    get [options] [proto]                  get dependency and resolve tree
    resolve|link [options] <link> <proto>  resolve a dodgy import with its correct link
    cache <cmd>                            manage the cache that sits behind gggp
    login [options]                        login to github
    logout                                 logout of github

  go go gadget proto - dependency management for .proto files

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

gggp init
  Usage: init [options]

  install all dependencies from `Gadgetfile`

  Options:

    -h, --help  output usage information
gggp get [options] [proto]
  Usage: get [options] [proto]

  get dependency and resolve tree

  Options:

    -h, --help         output usage information
    -s, --sha <sha>    sha of the github proto to use
    -p, --path <path>  path to store protos locally
  Usage: resolve|link [options] <link> <proto>

  resolve a dodgy import with its correct link

  Options:

    -h, --help       output usage information
    -s, --sha <sha>  sha of the github proto to use
gggp cache <cmd>
  Usage: cache [options] <cmd>

  manage the cache that sits behind gggp

  Options:

    -h, --help  output usage information

Currently supported commands:

  • clear - clear the cache
gggp login
  Usage: login [options]

  login to github

  Options:

    -h, --help                 output usage information
    -u, --username <username>  your github login
    -p, --password <password>  your github password or a personal access token
gggp logout
  Usage: logout [options]

  logout of github

  Options:

    -h, --help  output usage information

Keywords

FAQs

Package last updated on 05 Nov 2016

Did you know?

Socket

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.

Install

Related posts

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