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

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 21:04
· 3 commits to master since this release

Release Notes

🚀 Updates

  • Initial alpha release!
  • Added an espm init command, for initializing a single or multi package workspace.
  • Added an espm new command, for creating a new package (primarily for monorepos).
  • Added an espm build command, for building a package.
    • Transforms JavaScript/TypeScript to a defined build target (es2020, etc).
    • Automatically generates TypeScript declaration files.
    • Copies and optimizes assets.

Install espresso_cli 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/moonrepo/espresso/releases/download/v0.1.0/espresso_cli-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/moonrepo/espresso/releases/download/v0.1.0/espresso_cli-installer.ps1 | iex

Download espresso_cli 0.1.0

File Platform Checksum
espresso_cli-aarch64-apple-darwin.tar.xz macOS Apple Silicon checksum
espresso_cli-x86_64-apple-darwin.tar.xz macOS Intel checksum
espresso_cli-x86_64-pc-windows-msvc.zip Windows x64 checksum
espresso_cli-x86_64-unknown-linux-gnu.tar.xz Linux x64 checksum