Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyral committed Sep 13, 2017
1 parent 8492544 commit 755bc97
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
@@ -1,26 +1,27 @@
# <center>[Command Parser](https://www.pyratron.com/command-parser)</center>
#### <center>Pyratron Command Parser Framework</center>
<center>[![Build Status](https://travis-ci.org/Pyratron/Command-Parser.svg?branch=master)](https://travis-ci.org/Pyratron/Command-Parser)</center>
# [Command Parser](https://www.pyratron.com/command-parser)
#### Pyratron Command Parser Framework

[![Build Status](https://travis-ci.org/Pyratron/Command-Parser.svg?branch=master)](https://travis-ci.org/Pyratron/Command-Parser)

A powerful but simple command parsing library for use in games and other applications making use of user input commands. If you have created a game or application that has the need for command support, this library will easily let you create commands through a fluent interface, add help pages, optional parameters, grouped parameters, validation rules, permission levels, and more.

The [demo application](https://github.com/Pyratron/Command-Parser/archive/master.zip) contains a short tutorial and a variety of example commands to get you started.

The library is available for **.NET** (C#, VB, and C++/CLI) and **Java**, and will run on most major platforms.

##Installation
## Installation

The .dll or .jar can be downloaded [here](https://github.com/Pyratron/Command-Parser/releases/latest), and then referenced by your project.

The .NET library can also be installed through NuGet by using the [NuGet package](https://www.nuget.org/packages/Pyratron.Frameworks.Commands.Parser/1.3.0).

PM> Install-Package Pyratron.Frameworks.Commands.Parser

##Documentation & Tutorials
## Documentation & Tutorials
Documentation and tutorials are available on the [Pyratron website](https://www.pyratron.com/command-parser).

- [C# Tutorial](https://www.pyratron.com/docs/command-parser/18-net-tutorial)
- [Java Tutorial](https://www.pyratron.com/docs/command-parser/19-java-tutorial)

###Example Application:
### Example Application:
![Example](https://www.pyratron.com/images/pages/command-parser/demo.png)

0 comments on commit 755bc97

Please sign in to comment.