or run

npx @tessl/cli init
Log in

Version

Tile

Overview

Evals

Files

docs

index.md
tile.json

tessl/npm-moonrepo--core-linux-arm64-gnu

Linux ARM64 GNU binary distribution of the moon CLI tool for repository management and build orchestration.

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
npmpkg:npm/@moonrepo/core-linux-arm64-gnu@1.40.x

To install, run

npx @tessl/cli install tessl/npm-moonrepo--core-linux-arm64-gnu@1.40.0

index.mddocs/

Moon CLI - Linux ARM64 GNU Binary Distribution

A 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.

Package Information

  • Package Name: @moonrepo/core-linux-arm64-gnu
  • Package Type: npm (binary distribution)
  • Language: Rust (pre-compiled binary)
  • Installation: npm install @moonrepo/core-linux-arm64-gnu
  • Platform: Linux ARM64 with GNU libc
  • License: MIT

Core Installation

npm install @moonrepo/core-linux-arm64-gnu

The binary will be available at:

./node_modules/@moonrepo/core-linux-arm64-gnu/moon

Basic Usage

This 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:task

Package Purpose

This 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)
  • Additional @moonrepo/core-* packages for other platforms

Capabilities

Binary Execution

Provides 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)

Integration

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.

Files

This package contains only:

  • moon - The compiled binary executable
  • package.json - Package metadata
  • README.md - Basic package information

System Requirements

  • OS: Linux
  • Architecture: ARM64 (aarch64)
  • C Library: GNU libc (glibc)

For the complete moon CLI API documentation, refer to the @moonrepo/cli package documentation.