https://github.com/khionu/cmd_wrk
A framework for writing commands as native functions
https://github.com/khionu/cmd_wrk
cli command-line framework rust
Last synced: about 1 year ago
JSON representation
A framework for writing commands as native functions
- Host: GitHub
- URL: https://github.com/khionu/cmd_wrk
- Owner: khionu
- Created: 2019-11-12T02:13:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T04:26:27.000Z (over 6 years ago)
- Last Synced: 2025-01-06T09:12:15.052Z (about 1 year ago)
- Topics: cli, command-line, framework, rust
- Language: Rust
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CommandWork (`cmd_wrk`)
### A framework for writing commands as native functions.
## This project is very WIP. Contributions welcome.
This project has 3 objectives:
- **Write commands as code.** Commands should not need any user-written glue prior to performing business logic.
- **Adaptable and agnostic.** This crate shouldn't enforce any design decisions, and should be usable for any context where commands need to be processed.
- **As easy to learn as to use.** There should be an absolute minimal learning curve to picking up this crate.
## Credit
Inspiration for this project comes from [Discord.Net.Commands v1/2](https://github.com/discord-net/Discord.Net), which was inspired by ASP.NET.
## License
This project is under the dual Apache-2.0/MIT license. You may use this code under either license.