Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 480 Bytes

File metadata and controls

28 lines (14 loc) · 480 Bytes

Requirements

make CLI should be installed and available.

git CLI should be installed and available.

Building the CLI

$ make build

Running tests

$ make test

Adding License header

All files in this repository that not resides in the assets folder should have the License header. To do this, use:

$ make licenser

This CLI and genlib

TODO

Release process

See #77.