Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corecii/lune-scripts
Collection of lune scripts for public use developed in my personal time
https://github.com/corecii/lune-scripts
Last synced: 12 days ago
JSON representation
Collection of lune scripts for public use developed in my personal time
- Host: GitHub
- URL: https://github.com/corecii/lune-scripts
- Owner: Corecii
- License: mit
- Created: 2023-12-11T19:28:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T01:57:58.000Z (5 months ago)
- Last Synced: 2024-10-28T02:30:39.932Z (2 months ago)
- Language: Luau
- Size: 29.3 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Misc. Lune Scripts
This repository includes a few general-purpose lune scripts I use that I've extracted from my projects.
## Using with Lunar
These scripts can be easily used with [Lunar](https://github.com/corecii/lunar) to run them without copy-and-paste. Just add this file under your `lune`, `lunar`, `.lune`, or `.lunar` folder:
```toml
# corecii-lune-scripts.lunar.toml[repo]
url = "https://github.com/corecii/lune-scripts"
```You can include only specific scripts with the `tasks` field. For example:
```toml
# corecii-lune-scripts.lunar.toml[repo]
url = "https://github.com/corecii/lune-scripts"
tasks = ["enable-loadmodule", "wally-install"]
```