https://github.com/jdillon/gshell
GShell
https://github.com/jdillon/gshell
cli framework java shell
Last synced: 12 months 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 (over 16 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T20:22:30.000Z (over 7 years ago)
- Last Synced: 2025-04-13T23:16:34.891Z (12 months ago)
- Topics: cli, framework, java, shell
- Language: Java
- Homepage:
- Size: 6.88 MB
- Stars: 16
- Watchers: 34
- 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.
[](https://travis-ci.org/jdillon/gshell)
[](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)