Skip to content
/ cmd_wrk Public

A framework for writing commands as native functions

Notifications You must be signed in to change notification settings

khionu/cmd_wrk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, 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.

About

A framework for writing commands as native functions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages