From 2061835c7cae3b03e402cf37733e3dc94320ac57 Mon Sep 17 00:00:00 2001 From: lunny Date: Thu, 8 Aug 2013 00:43:55 +0800 Subject: [PATCH] Create usage.md --- usage.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 usage.md diff --git a/usage.md b/usage.md new file mode 100644 index 000000000..54c69df3c --- /dev/null +++ b/usage.md @@ -0,0 +1,27 @@ +gopm +==== + +gopm(Go Package Manager) is a Go package manage tool for search, install, update, share packages in Go. + +usage: + +gopm help show this document +gopm sources list all package source servers or add or rm a source +gopm list list all packages local or list all versions of a package +gopm get get a package or according to a gopmfile +gopm upgrade upgrade a package or all packages and gopm self +gopm rm remove a package +gopm search search a package according keywords +gopm doc show a package's document on console or web browser +gopm serve run as a package source server +gopm sync sync all packages from first avilable source server to local +gopm build build project according to gopmfile +gopm run build project according to gopmfile and run +gopm import import a package into local +gopm gen generate a .gopmspec file according current dir's source codes + + +.gopmspec file format: + +beego = tag:0.1 +xorm >= branch:0.2