Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikespook/gpkg
This command provides a tool for searching and managing as well as querying information about golang packages.
https://github.com/mikespook/gpkg
Last synced: 14 days ago
JSON representation
This command provides a tool for searching and managing as well as querying information about golang packages.
- Host: GitHub
- URL: https://github.com/mikespook/gpkg
- Owner: mikespook
- License: mit
- Created: 2014-05-04T08:32:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T09:36:27.000Z (almost 10 years ago)
- Last Synced: 2023-03-22T19:51:46.685Z (over 1 year ago)
- Language: Go
- Size: 165 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gpkg
====[![Build Status](https://travis-ci.org/mikespook/gpkg.png?branch=master)](https://travis-ci.org/mikespook/gpkg)
This command provides a tool for searching and managing as well as querying information about golang packages.
gpkg is using [go-search](http://go-search.org/infoapi)'s API to grab packages information witch created by [David Deng](http://daviddengcn.com/).
Usage
=====go command [arguments]
The commands are:
var Show all of Go environment variables
upgrade Perform an upgrade
install Install new packages
remove Remove packages
download Download the package only
search Search the package list for a regex pattern
show Show a readable record for the packageUse "gpkg help [command]" for more information about a command.
Authors
=======* Xing Xing [Blog](http://mikespook.com)
[@Twitter](http://twitter.com/mikespook)Open Source - MIT Software License
==================================See LICENSE.