JSPM

hulo-lang

0.1.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q24805F
  • License MIT

Hulo programming language compiler and runtime

Package Exports

  • hulo-lang
  • hulo-lang/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hulo-lang) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hulo-npm

Hulo NPM

🚀 Quick Start

Install Hulo globally to get started:

npm install -g hulo-lang

This package automatically detects your platform and installs the appropriate binary distribution.

📦 Platform-Specific Packages

If you prefer to install platform-specific packages directly:

macOS

npm install -g @hulo/darwin-arm64    # Apple Silicon (M1/M2)
npm install -g @hulo/darwin-x86-64   # Intel Mac

Linux

npm install -g @hulo/linux-arm64     # ARM64
npm install -g @hulo/linux-i386      # 32-bit x86
npm install -g @hulo/linux-x86-64    # 64-bit x86

Windows

npm install -g @hulo/windows-arm64   # ARM64
npm install -g @hulo/windows-i386    # 32-bit x86
npm install -g @hulo/windows-x86-64  # 64-bit x86

This project is licensed under the MIT License. See LICENSE for more details.