dpcmder

command module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2019 License: MIT Imports: 5 Imported by: 0

README

golang implementation of DataPower Commander

Workspace

We have to set GOPATH variable to go directory.

Under go/src are go projects (created and downloaded)

Installing libaries

go get github.com/nsf/termbox-go
go get github.com/antchfx/jsonquery
go get github.com/antchfx/xmlquery
go get github.com/howeyc/gopass

Run

From project directory:

go run dpcmder.go

From anywhere as long as $GOPATH is set:

go run github.com/croz-ltd/dpcmder

Build

Build from project directory:

go build dpcmder.go

GOOS=windows GOARCH=386 go build -o dpcmder-win-386.exe dpcmder.go
GOOS=windows GOARCH=amd64 go build -o dpcmder-win-amd64.exe dpcmder.go
GOOS=darwin GOARCH=386 go build -o dpcmder-mac-386 dpcmder.go
GOOS=darwin GOARCH=amd64 go build -o dpcmder-mac-amd64 dpcmder.go
GOOS=linux GOARCH=386 go build -o dpcmder-linux-386 dpcmder.go
GOOS=linux GOARCH=amd64 go build -o dpcmder-linux-amd64 dpcmder.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
dp
key

Jump to

Keyboard shortcuts

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