Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdillon/gshell

GShell
https://github.com/jdillon/gshell

cli framework java shell

Last synced: 3 days ago
JSON representation

GShell

Awesome Lists containing this project

README

        

# Description

GShell - A command-line shell framework.

[![Build Status](https://travis-ci.org/jdillon/gshell.svg?branch=master)](https://travis-ci.org/jdillon/gshell)
[![DepShield Badge](https://depshield.sonatype.org/badges/jdillon/gshell/depshield.svg)](https://depshield.github.io)

# License

[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)

# Building

## Requirements

* [Maven](http://maven.apache.org) 3.3+ (prefer included maven-wrapper)
* [Java](http://java.oracle.com/) 8+

Check out and build:

git clone git://github.com/jdillon/gshell.git
cd gshell
./build rebuild

After this completes, you can unzip the assembly and launch the shell:

./build run

Use the 'help' command for further assistance.

# Implementations

GShell is used by the [Maven Shell](https://github.com/jdillon/mvnsh)