[Go to site: main page, start]

cli

A Java project management tool

Install

curl -fsSL https://lattejava.org/cli/install | bash

Usage

# Create a new project
latte init

# Install a dependency
latte install org.lattejava:web:0.1.0

# Build the project
latte build

# Run tests
latte test