Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaatsouza/erosion-finder-cli
A command line interface to use the ErosionFinder library
https://github.com/rafaatsouza/erosion-finder-cli
architectural-analysis architectural-enforcement architecture cli csharp dotnet roslyn roslyn-analyzer
Last synced: 15 days ago
JSON representation
A command line interface to use the ErosionFinder library
- Host: GitHub
- URL: https://github.com/rafaatsouza/erosion-finder-cli
- Owner: rafaatsouza
- License: mit
- Created: 2020-09-15T22:41:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T21:40:26.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T22:56:28.284Z (almost 2 years ago)
- Topics: architectural-analysis, architectural-enforcement, architecture, cli, csharp, dotnet, roslyn, roslyn-analyzer
- Language: C#
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ErosionFinder CLI
==================================
![code-size](https://img.shields.io/github/languages/code-size/rafaatsouza/erosion-finder-cli)
![publish](https://github.com/rafaatsouza/erosion-finder-cli/workflows/publish/badge.svg)A command line interface to use ErosionFinder library to find architectural erosion across C# code.
The code of the ErosionFinder library is available [here](https://github.com/rafaatsouza/erosion-finder).
Example
------------
The following command:
```sh
./ErosionFinderCLI -s {Path to .sln file} -l {Path to constraints.json file} -o {Output file path}
```Will generate an HTML output file with all retrieved architectural erosions.
*Icon made by [Freepik](https://www.flaticon.com/authors/freepik) from https://www.flaticon.com*