If you want to run the Test programs: make test
To build the CLI App, you have to enter: make cli
If you want to do all at the same time: make all
If you want to see the Documentation: make doc
- Warning: A browser window will open and display the documentation to you. The Documentation is updated live while coding. To stop the live mode, press CRTL-C on the command line.
- Check files with gosec:
make checksec
- Open the repo in github:
make github
. - See changes:
make diff
- Clean dependencies and precompiled code:
make clean