Linux ARM64 GNU binary distribution of the moon CLI tool for repository management and build orchestration.
npx @tessl/cli install tessl/npm-moonrepo--core-linux-arm64-gnu@1.40.0A platform-specific binary distribution package that provides the Linux ARM64 GNU compiled version of the moon CLI tool. This package contains only a pre-compiled binary and is automatically selected as an optional dependency by @moonrepo/cli on compatible systems.
npm install @moonrepo/core-linux-arm64-gnunpm install @moonrepo/core-linux-arm64-gnuThe binary will be available at:
./node_modules/@moonrepo/core-linux-arm64-gnu/moonThis package provides the moon binary executable:
# Direct binary execution
./node_modules/@moonrepo/core-linux-arm64-gnu/moon --version
# Basic moon commands (see @moonrepo/cli for full API)
./node_modules/@moonrepo/core-linux-arm64-gnu/moon init
./node_modules/@moonrepo/core-linux-arm64-gnu/moon run project:taskThis is a platform-specific binary distribution package designed to be consumed by @moonrepo/cli. It serves as an optional dependency that provides the actual moon executable for Linux ARM64 GNU systems.
Architecture:
@moonrepo/cli - Main CLI package with installation logic and platform detection@moonrepo/core-linux-arm64-gnu - Platform-specific binary (this package)@moonrepo/core-* packages for other platformsProvides the compiled moon binary for direct execution.
# Binary location
./node_modules/@moonrepo/core-linux-arm64-gnu/moon
# Platform requirements
# - Operating System: Linux
# - Architecture: ARM64 (aarch64)
# - C Library: GNU libc (glibc)This package is typically installed automatically as an optional dependency:
{
"dependencies": {
"@moonrepo/cli": "^1.40.1"
}
}The @moonrepo/cli package will automatically select and use this binary on compatible Linux ARM64 GNU systems.
This package contains only:
moon - The compiled binary executablepackage.json - Package metadataREADME.md - Basic package informationFor the complete moon CLI API documentation, refer to the @moonrepo/cli package documentation.