mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Update README.md
This commit is contained in:
parent
4afb51830c
commit
5de28a22e0
1 changed files with 14 additions and 18 deletions
32
README.md
32
README.md
|
@ -2,39 +2,35 @@
|
||||||
<!-- markdownlint-disable MD041 -->
|
<!-- markdownlint-disable MD041 -->
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h1> Lune 🌙 </h1>
|
|
||||||
|
# Lune 🌙
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="https://crates.io/crates/lune">
|
|
||||||
<img src="https://img.shields.io/crates/v/lune.svg?label=Version" alt="Current Lune library version" />
|
[](https://crates.io/crates/lune)
|
||||||
</a>
|
[](https://github.com/filiptibell/lune/actions)
|
||||||
<a href="https://github.com/filiptibell/lune/actions">
|
[](https://github.com/filiptibell/lune/actions)
|
||||||
<img src="https://shields.io/endpoint?url=https://badges.readysetplay.io/workflow/filiptibell/lune/ci.yaml" alt="CI status" />
|
[](https://github.com/filiptibell/lune/blob/main/LICENSE.txt)
|
||||||
</a>
|
|
||||||
<a href="https://github.com/filiptibell/lune/actions">
|
|
||||||
<img src="https://shields.io/endpoint?url=https://badges.readysetplay.io/workflow/filiptibell/lune/release.yaml" alt="Release status" />
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/filiptibell/lune/blob/main/LICENSE.txt">
|
|
||||||
<img src="https://img.shields.io/github/license/filiptibell/lune.svg?label=License&color=informational" alt="Current Lune library version" />
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
---
|
||||||
|
|
||||||
Lune is a standalone [Luau](https://luau-lang.org) script runtime meant to be an alternative to traditional shell scripts, with the goal of drastically simplifying the typical tasks shell scripts are used for, making them easier to read and maintain.
|
Lune is a standalone [Luau](https://luau-lang.org) script runtime meant to be an alternative to traditional shell scripts, with the goal of drastically simplifying the typical tasks shell scripts are used for, making them easier to read and maintain.
|
||||||
|
|
||||||
## Features
|
## Features {#features}
|
||||||
|
|
||||||
- A strictly minimal but powerful interface that is easy to read and remember, just like Lua itself
|
- A strictly minimal but powerful interface that is easy to read and remember, just like Lua itself
|
||||||
- Fully featured APIs for the filesystem, networking, stdio, all included in the small (~2mb) executable
|
- Fully featured APIs for the filesystem, networking, stdio, all included in the small (~2mb) executable
|
||||||
- World-class documentation, on the web _or_ directly in your editor, no network connection necessary
|
- World-class documentation, on the web *or* directly in your editor, no network connection necessary
|
||||||
- A familiar scripting environment for Roblox developers, with an included 1-to-1 task scheduler port
|
- A familiar scripting environment for Roblox developers, with an included 1-to-1 task scheduler port
|
||||||
|
|
||||||
## Non-goals
|
## Non-goals {#non-goals}
|
||||||
|
|
||||||
- Making scripts short and terse - proper autocomplete / intellisense make scripting using Lune just as quick, and readability is important
|
- Making scripts short and terse - proper autocomplete / intellisense make scripting using Lune just as quick, and readability is important
|
||||||
- Running full Roblox game scripts outside of Roblox - there is some compatibility here already, but Lune is meant for different purposes
|
- Running full Roblox game scripts outside of Roblox - there is some compatibility here already, but Lune is meant for different purposes
|
||||||
|
|
||||||
## Where do I start?
|
## Where do I start? {#starting-guide}
|
||||||
|
|
||||||
Head over to the [wiki](https://github.com/filiptibell/lune/wiki) to get started using Lune!
|
Head over to the [wiki](https://github.com/filiptibell/lune/wiki) to get started using Lune!
|
||||||
|
|
Loading…
Add table
Reference in a new issue