Demo

asciicast

Makefile

This project provides a Makefile with all common operations need to develop, test and build call-it.

Running tests

Tests were write using Testify. In order to run them, just type:

$ make test

Building

This project uses DEP as package manager. After installed, you’ll need to:

$ dep ensure

Credits

These are the main external packages that make up Call It:

packages description
cli A simple, fast, and fun package for building command line apps in Go
httpmock HTTP mocking for Golang
spinner Go (golang) package for providing a terminal spinner/progress indicator with options
tablewriter ASCII table in golang
testify A toolkit with common assertions and mocks that plays nicely with the standard library

Call It logo was created by Flat Icons, released under Flaticon Basic License.

License

MIT