lumascript
v1.0.0
Published
LumaScript - A modern JavaScript-like language with optional static typing
Maintainers
Readme
LumaScript Repository
A modern JavaScript-like language with optional static typing that compiles to clean ESNext JavaScript.
Quick Start
# Clone repository
git clone https://github.com/lumascript/luma.git
cd luma/repo
# Install dependencies
npm install
# Build all packages
npm run buildDocumentation
- Repository Structure - Detailed monorepo structure
- Quick Start - Development quick start guide
- Publishing Guide - How to publish packages
- Contributing - Contribution guidelines
Packages
@lumascript/cli
The command-line interface for LumaScript development.
Documentation: CLI README
@lumascript/lpm
Luma Package Manager for managing LumaScript dependencies.
Documentation: LPM README
@lumascript/compiler
The LumaScript to JavaScript compiler.
Documentation: Compiler README
Installation (After Publishing)
# Install CLI globally
npm install -g @lumascript/cli
# Install LPM globally
npm install -g @lumascript/lpm
# Create a new project
luma create my-project
# Install packages
lpm install httpDevelopment
See QUICKSTART.md for detailed development instructions.
License
MIT - see LICENSE file for details.
