command/README.md at master · JavaWebStack/command

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

30 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.25 KB

JWS Command Line Library

GitHub Workflow Status (branch) GitHub Maven metadata URL GitHub contributors Lines of code Discord Twitter Follow

Introduction

This library provides a powerful command parsing and routing framework

Documentation

You can find the current docs on our website. This is a work-in-progress project though so it's not yet complete.

Maven

<dependency>
    <groupId>org.javawebstack</groupId>
    <artifactId>command</artifactId>
    <version>1.0.0</version>
</dependency>