WIP
- READMEs and documentations are currently working hot in progress, minor bug fixings and feature achievements are necessary by far, the following priority graph represents a sequence on what I/we will accomplish in ordder.
graph TD;
A[features];
B[APIs];
C[Bugs];
A-->D(Documentation);
A-->E(Enchantments);
B-->D;
B-->E;
C-->D;
C-->E;
PRs and suggestions are always welcomed via issue tab, discussion tab will be set in future since I in person is lacking of spare time due to finals and testings in school.