SideCarCLI–looking at past and at future
Summary links SideCarCLI
( Description : SideCar for CLI applications. Interceptors for Line, Finish, Timer . See Code )It was interesting to develop the project for command line same as for cloud design pattern, https://docs.microsoft.com/en-us/azure/architecture/patterns/sidecar .
The problem were more about
- architecture
- organizing features to be easy understandable
- , testing the application
- writing about
rather than technical, about how to make the application.
Other , it was a pretty simple project , that can be useful in CI / CD operations.
It remains :
Make a dot net tool – https://github.com/ignatandrei/SideCarCLI/issues/10
Compiling as Windows and Linux https://github.com/ignatandrei/SideCarCLI/issues/11
Make documentation with use case – https://github.com/ignatandrei/SideCarCLI/issues/12
Make Tests https://github.com/ignatandrei/SideCarCLI/issues/13
Leave a Reply