https://github.com/sonatype/basicli
CLI support fun times
https://github.com/sonatype/basicli
cat goodies
Last synced: 3 months ago
JSON representation
CLI support fun times
- Host: GitHub
- URL: https://github.com/sonatype/basicli
- Owner: sonatype
- License: apache-2.0
- Created: 2022-08-20T20:29:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T23:14:50.000Z (about 2 years ago)
- Last Synced: 2025-01-07T08:21:28.947Z (5 months ago)
- Topics: cat, goodies
- Language: Java
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 17
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasiCLI
Support for CLI oriented applications.
## Building
### Requirements
* [Apache Maven](https://maven.apache.org/) 3.6+ (prefer to use included `mvnw`)
* OpenJDK 11+
* BaSH (for `build` script)### Build
Rebuild the codebase:
```sh
./build rebuild
```