https://github.com/devlooped/commandline.attributed
An application model on top of System.CommandLine that leverages attributed classes and methods to build a CLI app.
https://github.com/devlooped/commandline.attributed
Last synced: 3 months ago
JSON representation
An application model on top of System.CommandLine that leverages attributed classes and methods to build a CLI app.
- Host: GitHub
- URL: https://github.com/devlooped/commandline.attributed
- Owner: devlooped
- License: mit
- Created: 2021-04-14T19:22:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T00:19:26.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:43:16.234Z (over 1 year ago)
- Language: SCSS
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.txt
- Code of conduct: code-of-conduct.md
- Security: security.md
Awesome Lists containing this project
README
# Devlooped.CommandLine.Attributed
An application model on top of System.CommandLine that leverages attributed classes
and methods to build a CLI app.
Conceptually, the *Attributed* app model provided in this project builds on top of
the [underlying layering](https://github.com/dotnet/command-line-api/blob/main/docs/Layering.md)
in `System.CommandLine`:
