An open API service indexing awesome lists of open source software.

https://github.com/godeltech/codereview.adhocreview


https://github.com/godeltech/codereview.adhocreview

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# CodeReview.AdHocReview

## Analysis

Each analysis locates in the corresponding directory in the `src` folder.
The analysis folder should contains the following
```
|-- src
`-- cloc <- analysis name
| README.md <- contains all information on how to run an analysis
| run.ps1 <- script to run an analysis
| run.sh <- script to run an analysis
| workflow.yaml <- analysis workflow
|
`-- imports <- directory to be imported into the container
.gitkeep
```