lunac-0.1.3 is not a library.
lunac
The Lunaris compiler - build tool and plugin manager.
Installation
Or from source:
Usage
Build & Run
Pass additional arguments to cargo:
Development
Plugin Management (Coming Soon)
Cargo-like Interface
lunac mirrors cargo commands:
| lunac | cargo equivalent |
|---|---|
lunac build |
cargo build --package lunaris_core |
lunac build --release |
cargo build --package lunaris_core --release |
lunac run |
cargo run --package lunaris_core |
lunac check |
cargo check --package lunaris_core |
lunac clippy |
cargo clippy --package lunaris_core |
lunac test |
cargo test --package lunaris_core |
All commands accept additional cargo arguments via --.
Future Features
- Plugin registry integration
- Dependency resolution
- Plugin scaffolding
- Version alignment
- lunaris.toml validation
- Build caching
- Watch mode
License
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.