Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/an-ordinary-software-engineering/fastcli

Open source project to build a command line application (CLI) that aims to provide speed in the development of .NET applications, without resorting to an IDE.
https://github.com/an-ordinary-software-engineering/fastcli

cli csharp dotnet nuget open-source

Last synced: 12 days ago
JSON representation

Open source project to build a command line application (CLI) that aims to provide speed in the development of .NET applications, without resorting to an IDE.

Awesome Lists containing this project

README

        

# _FastCLI_ - build .NET applications quickly!

```text
/
├── src/
│ └── FastCLI.Application/ # consoleapp
│ ├── CLIApplication.cs
│ ├── FastCLI.Application.csproj
│ └── Program.cs

├── FastCLI.sln
└── README.md
```