This repository was archived by the owner on Jul 28, 2024. It is now read-only.
Release Notes
🚀 Updates
- Initial alpha release!
- Added an
espm initcommand, for initializing a single or multi package workspace. - Added an
espm newcommand, for creating a new package (primarily for monorepos). - Added an
espm buildcommand, for building a package.- Transforms JavaScript/TypeScript to a defined build target (
es2020, etc). - Automatically generates TypeScript declaration files.
- Copies and optimizes assets.
- Transforms JavaScript/TypeScript to a defined build target (
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 | shInstall prebuilt binaries via powershell script
irm https://github.com/moonrepo/espresso/releases/download/v0.1.0/espresso_cli-installer.ps1 | iexDownload 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 |