Contributions to this project are released to the public under the project's open source license.
This project adheres to a Code of Conduct. By participating, you are expected to honor this code.
This is a support library to build CLI applications in .Net.
- Fork the project.
- Clone the repository in your development machine (
git clone develop [email protected]:wizaro/CommandLine.git
). - Create a branch in the cloned repository (
git checkout -b topic/{my-feature}
). - Make your changes following these guidelines.
- Commit your changes (
git commit -am "{Changes Summary}."
). - Push to the branch (
git push origin topic/{my-feature}
). - Open a Pull Request.
Developed in C# on Visual Studio 2019.
- Git Flow (AVH) extensions are preferred but not required.
The project has dependencies on code analysis tools to automate some coding standards. Please follow the C# Coding Conventions and the Open-Source Library Guidance.
Currently there are no tests.
There is no release path yet, just build the project.