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
curl -fsSL https://lattejava.org/cli/install | bash
# 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