auriium / Branch

Advanced, powerful, verbose yet concise conceptual execution-node command framework
1 stars 1 forks source link
branch command discord framework node

Branch

An opinionated command framework based around the concept of an argument handling node

Has support for both builder format and annotation format

Built for use with Beetle but can be used independently

How can I ask for support?

DM Auriium#0001 on discord!

Contributing

Make pull requests that arent bad and I accept them. It's about that simple!

Repositories

    <dependencies>
        <dependency>
            <groupId>me.aurium</groupId>
            <artifactId>branch-core</artifactId>
            <version>0.1.0</version>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>aurium</id>
            <url>https://repo.repsy.io/mvn/elytraforce/default</url>
        </repository>
    </repositories>