This repo would server as an interface between the different CRDA clients and the platform. It contains tools that will be used by clients inorder to generate required input for platform APIs. One such tool is gomanifest
.
CRDA Cli
: CLI Tools to interact with CRDA Platform. Learn moreGoManifest
: Go Package used in Stack Analyses for Golang ecosystem. Learn more
To make changes in this tool you need to install go
and development environment for executing go commands. Get the source from the repository.
This tool has unit test which are packged along with source code. Required test data can be stored under testdata
folder.
Execute above command at root of the source tree, it runs all test cases and provides oneliner output in code coverage.
make test