This repo would serve 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.
Tools and Packages:
CRDA Cli: CLI Tools to interact with CRDA Platform. Learn more
GoManifest: Go Package used in Stack Analyses for Golang ecosystem. Learn more
Contribution
To make changes in this tool you need to install go and development environment for executing go commands. Get the source from the repository.
Test
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.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.