gopm

command module
v0.1.1-0...-5c19607 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2013 License: Apache-2.0 Imports: 11 Imported by: 0

README

gopm - Go Package Manager

GPMGo_Logo

Gopm(Go Package Manager) is a Go package manage tool for search, install, update and share packages in Go.

Attention This application still in experiment, we'are working on new break version, you may use old version for now.

Requirement

Currently, gopm use soft symblink ln -s on Unix-like OS and mklink -j on Windows. Make sure that you have the command.

Install

You should install Go and Go tool before install gopm currently.

go get github.com/gpmgo/gopm

This will install gopm on $GOPATH$/bin。Before using gopm, you should add this to $PATH.

Features

  • Don't need to install git, svn, hg etc. for installing packages.
  • Package has version
  • Every project has own GOPATH
  • Put your Go project on anywhere you want

Commands

  1. Show the command help
gopm help
  1. Show gopm version
gopm version
  1. Get a package
gopm get github.com/gpmgo/gopm
  1. Search a package
gopm search gopm
  1. Build a project, the build's arguments are the same as go build. But it will check all the dependencies and dowload them.
<change to project directory>
gopm build
  1. Run a go file
<change to project directory>
gopm run main.go
  1. Install
<change to project directory>
gopm install

Documentation

Overview

gopm(Go Package Manager) is a Go package manage tool for search, install, update and share packages in Go.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL