CsCodeGenerator
Easy C# class and code generation, POCO object and Methods creation
File Explorer
Download Latest Version (.zip)- AccessModifier.cs
- BuiltInDataType.cs
- CommentTag.cs
- CommonDataType.cs
- EnumExtensions.cs
- IndentType.cs
- KeyWord.cs
- AssemblyInfo.cs
- AttributeModel.cs
- BaseElement.cs
- ClassModel.cs
- Constructor.cs
- CsCodeGenerator.csproj
- CsGenerator.cs
- EnumModel.cs
- Field.cs
- FileModel.cs
- FluentExtensions.cs
- InterfaceModel.cs
- Method.cs
- Parameter.cs
- Property.cs
- Serialiazble.cs
- Util.cs
- ComplexNumber.cs
- User.cs
- launchSettings.json
- CsCodeGenerator.Tests.csproj
- WriteTests.cs
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- CsCodeGenerator.sln
- CSCodeGeneratorLogo.png
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/borisdj/CsCodeGenerator
Downloads the entire project code from GitHub to your computer.
cd CsCodeGenerator
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd CsCodeGenerator.Tests
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
