github.com/Xenoex/gopm@v0.6.5/README.md (about)

     1  gopm - Go Package Manager [![wercker status](https://app.wercker.com/status/899e79d6738e606dab98c915a269d531/s/ "wercker status")](https://app.wercker.com/project/bykey/899e79d6738e606dab98c915a269d531)
     2  =========================
     3  
     4  ![GPMGo_Logo](https://raw.github.com/gpmgo/gopmweb/master/static/img/gpmgo.png?raw=true)
     5  
     6  Gopm(Go Package Manager) is a Go package manage tool for search, install, update and share packages in Go.
     7  
     8  **News** The best IDE for Go development [LiteIDE](https://github.com/visualfc/liteide)(after X20) now has a simple integration of gopm!
     9  
    10  **News** Want online cross-platform compile service? Just try [gobuild](http://build.gopm.io) and it won't let you down!
    11  
    12  Please see **[Documentation](https://github.com/gpmgo/docs)** before you ever start.
    13  
    14  # Commands
    15  
    16  ```
    17  NAME:
    18     gopm - Go Package Manager
    19  
    20  USAGE:
    21     gopm [global options] command [command options] [arguments...]
    22  
    23  VERSION:
    24     0.6.5.0524
    25  
    26  COMMANDS:
    27     get		fetch remote package(s) and dependencies to local repository
    28     bin		download and link dependencies and build executable binary
    29     gen		generate a gopmfile according current Go project
    30     run		link dependencies and go run
    31     build	link dependencies and go build
    32     install	link dependencies and go install
    33     update	check and update gopm resources including itself
    34     config	configurate gopm global settings
    35     help, h	Shows a list of commands or help for one command
    36     
    37  GLOBAL OPTIONS:
    38     --noterm		disable color output
    39     --version, -v	print the version
    40     --help, -h		show help
    41  ```
    42  
    43