https://github.com/selenesoftware/luna-recipies
Collection of lua files as package mangement
https://github.com/selenesoftware/luna-recipies
Last synced: over 1 year ago
JSON representation
Collection of lua files as package mangement
- Host: GitHub
- URL: https://github.com/selenesoftware/luna-recipies
- Owner: SeleneSoftware
- License: unlicense
- Created: 2022-05-15T04:01:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T13:51:00.000Z (about 4 years ago)
- Last Synced: 2025-01-20T23:29:30.103Z (over 1 year ago)
- Language: Lua
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Luna Package Management Recipies
This is the repository for all the recipies that Luna will use.
## Installation
There is no installation
## Usage
```bash
luna
```
This application is a TUI utilizing [BubbleTea](https://github.com/charmbracelet/bubbletea). There will be a method for searching and installing packages from within the application. No need for an overly complicated cli.
## Submitting a Recipie
Fork the repo and use the recipie template to create the recipie for your application. Once completed, make a pull request against the recipies branch. The JSON file in the main branch will update automatically once the pull request has been merged (hopefully).
## Contributing
If something isn't right in this repo, please feel free to contribute to Luna
## License
[MIT](https://choosealicense.com/licenses/mit/)