-
Notifications
You must be signed in to change notification settings - Fork 1
Getting Started
Hunter LaFaille edited this page Mar 13, 2024
·
1 revision
Thank you for being interested in Espresso! Getting to work with Espresso is simple.
Download the latest version from Releases. Put it in a location in your path (we prefer /usr/local/bin
. Try running espresso help
from your terminal, you should see the help text print out!
Create a new directory on your filesystem, your new project will live here! cd
into the directory and run espresso init
. You'll be asked some questions (none of them are required).
Espresso will generate a basic Main.java
file for you that prints Hello, world!
to stdout
. You can ensure everything works by running espresso run
(or espresso r
for short).