Skip to content

fdplacido/apunta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apunta

Note down expenses for a period of time

go build

# See https://docs.openexchangerates.org/docs/
export OPEN_EXCHANGE_APP_ID=<appid>

# New empty record
./apunta

# Open existing file
./apunta path/to/file.json

# Old xlsx compatibility
./apunta path/to/file.xlsx

Testing

# Run tests
go test

# Run coverage
go test -coverprofile=coverage.out
go tool cover -html=coverage.out

# Benchmarking all benchmarks
go test -bench=.

# Run examples
go test -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published