repositorypackage
2.1.1+incompatible
Repository: https://github.com/demdxx/goproj.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Goproj 2.x.x
Golang helps organize and manage projects in the language GO, provides a description and deployment of applications and their dependencies. NOTE: Small experementall revision for simple projects
@autor Dmitry Ponomarev <[email protected]> 2013
@version 1.0.0alpha
@licese CC-BY-4,0
Install
go get github.com/demdxx/goproj && go install
Commands
cd {any-dir-in-solution}
flags: # eqvals env vars GO{flag}
os = mac | linux | freebsd | etc
gc = off | {number}
arch = arm | i386 | x86_64 | etc
-arm -> shortcut for -arch arm
help – show help or help [command]
goproj help
get – download and install packages and dependencies.
goproj get
build – compile packages and dependencies.
goproj build [flags]
run – compile and run Go program.
goproj run [project names] [flags]
TODO
- Postanalize dependencies if custom install
- Add support .godeps
- Add update environment flags
License
Goproj is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at http://github.com/demdxx/goproj.