Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 1.22 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.22 KB

Documentation

Install the latest version of espresso with the following commands (or download manually):

# Linux, macOS
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/espresso/releases/latest/download/espresso_cli-installer.sh  | sh

# Windows
irm https://github.com/moonrepo/espresso/releases/latest/download/espresso_cli-installer.ps1 | iex

This will install the binary to ~/.espresso/bin and add that directory to your PATH.

Concepts

  • Package - A collection of source code and metadata.
  • Workspace - Manages one or many packages within a repository.
  • Registry - Stores packages in a remote service.

Configs

Commands

Terminology

  • espresso - Umbrella name for this project.
  • esp - Ecma Script Package.
  • espm - Ecma Script Package Manager.
  • espr, esper - Ecma Script Package Registry.