Buzzardo / spring-cli

A CLI focused on developer productivity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A CLI focused on developer productivity

Build

Note
Use JDK17

Normal build without native:

./gradlew clean build

Which you can then run with:

java -jar build/libs/spring-cli-0.0.1-SNAPSHOT.jar

For native build:

./gradlew clean build nativeCompile
Note
You need to have GRAALVM_HOME pointing to your graal installation

Which you can then run with:

build/native/nativeCompile/spring
Tip
There is a CI workflow which builds native binaries for linux, macos and windows. Published artifacts in CI workflow will get removed daily so take it from a latest run which is scheduled nightly.

Building Documentation

./gradlew antora

Output is in ./docs/build/site/index.html

For more information on the build see README in the docs-build branch.

Shell Completion

Shell completion for bash can be generated with completion bash command:

$ source <(spring completion bash)

About

A CLI focused on developer productivity

License:Apache License 2.0


Languages

Language:Java 98.8%Language:TypeScript 0.7%Language:Dockerfile 0.3%Language:Smarty 0.2%Language:JavaScript 0.1%