Files
gocryptotrader/tools/documentation/tools_templates/portfolio_tool.tmpl
Adrian Gallagher 2078ba907f Update URLs for transfer into org repo (#338)
* Update URLs for transfer into org repo

* Update codecov, travis and othe remaining links

* Update appveyor paths
2019-08-09 11:50:39 +10:00

19 lines
453 B
Cheetah

{{define "tools portfolio" -}}
{{template "header" .}}
## Portfolio Retrievement Tool
### Current Features
+ Fetches portfolio details
Example:
```bash
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/portfolio/
go run portfolio.go -infile path/to/config.json -key AESDecryptionKey
```
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations"}}
{{end}}