1 个不稳定版本

使用旧的 Rust 2015

0.8.0 2018 年 10 月 4 日

#23#rank

MIT/Apache

38KB
845 代码行

mdal

颁发奖牌

一个简单的命令行应用程序,允许您颁发奖牌并对实体进行排名。

安装

目前仅在 cargo 上

cargo install mdal

用法示例

对于优秀的管理者

mdal group set workers "Employees"
mdal entity set team1 "Best team"
mdal entity set joe "Joe" workers team1
mdal entity set mary "Mary" workers team1
mdal aspect set utried "Effort" star
mdal aspect set rust "Rust" medal
mdal aspect set nowhining "Work Ethics" medal
mdal award mary utried silver
mdal award mary rust gold
mdal award mary nowhining gold
mdal award joe utried bronze
mdal award joe utried silver
mdal award joe nowhining bronze
mdal entity rank team1
mdal profile mary
mdal profile joe

对于电影鉴赏家

mdal group set films Films
mdal entity set nightdead "Night of the Living Dead" films
mdal entity set mean "Mean Girls" films
mdal aspect set cute "Cute" medal
mdal aspect set bloody "Bloody" heart
mdal award mean cute gold
mdal award mean bloody bronze
mdal award nightdead cute silver
mdal award nightdead bloody gold
mdal group rank films

之后您也可以创建其他组和父级

mdal group set horror "Horror films"
mdal entity set dawndead "Dawn of the Dead" horror
mdal entity group nightdead horror
mdal group rank horror
....
mdal entity set dead "Dead series"
mdal entity set daydead "Day of the Dead" horror dead
mdal entity parent nightdead dead
mdal entity parent dawndead dead
mdal group rank horror
mdal entity rank dead

对于系统性的父级

mdal group set kids "The Kids"
mdal entity set bob "Lil bob" kids
mdal entity set anne "Lil anne" kids
mdal aspect set dishes "Did Dishes" star
mdal aspect set room "Clean Room" star
mdal award anne room platinum
mdal award bob dishes silver
mdal group rank kids

对于 Kpop 迷

mdal group set kpop "Kpop groups"
mdal group set idols "Idols"
mdal entity set lovelyz "Lovelyz"
mdal entity set omg "OhMyGirl"
mdal entity set mijoo "Mijoo" idols lovelyz
mdal entity set kei "Kei" idols lovelyz
....
mdal entity set yooa "Yooa" idols omg
mdal entity set arin "Arin" idols omg
....
mdal aspect set dancing "Dancing"
mdal aspect set singing "Singing"
mdal aspect set cute "Cuteness"
mdal award mijoo dancing gold
mdal award yooa dancing platinum
mdal award arin cute platinum
mdal award kei singing platinum
mdal award lovelyz dancing gold
mdal entity rank lovelyz
mdal entity rank omg
mdal entity rank kpop
mdal group rank idols

以及许多其他类似的角色扮演爱好者、体育迷等

如果您犯了一个错误,比如设置错误的组

mdal entity group bob adults

只需再次执行相同的命令,关系就会被删除。不过这不能用于奖牌。

待办事项

  • 更好的报告
  • 允许一次设置多个组和父级
  • 奖牌的可选描述
  • 记录命令并允许重建数据库

许可

许可以下之一

任选其一。

贡献

除非您明确说明,否则您提交的任何有意包含在作品中的贡献,如 Apache-2.0 许可证中定义的,均应按上述方式双重许可,不附加任何额外条款或条件。

依赖关系

~37MB
~591K SLoC