Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdillon/gshell
GShell
https://github.com/jdillon/gshell
cli framework java shell
Last synced: about 1 month ago
JSON representation
GShell
- Host: GitHub
- URL: https://github.com/jdillon/gshell
- Owner: jdillon
- License: apache-2.0
- Created: 2009-10-09T06:13:03.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T20:22:30.000Z (over 6 years ago)
- Last Synced: 2024-10-11T19:18:01.744Z (about 1 month ago)
- Topics: cli, framework, java, shell
- Language: Java
- Homepage:
- Size: 6.88 MB
- Stars: 16
- Watchers: 35
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 rebuildAfter 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)