Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/an-ordinary-software-engineering/fastcli
- Owner: An-Ordinary-Software-Engineering
- License: mit
- Created: 2024-10-04T20:08:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-02T23:05:47.000Z (13 days ago)
- Last Synced: 2024-11-03T00:16:56.008Z (13 days ago)
- Topics: cli, csharp, dotnet, nuget, open-source
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```