Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcpluginmaker/apkg
Advanced package manager for LeoConsole
https://github.com/lcpluginmaker/apkg
builder cs dotnet leoconsole package-manager plugin plugin-manager
Last synced: 3 months ago
JSON representation
Advanced package manager for LeoConsole
- Host: GitHub
- URL: https://github.com/lcpluginmaker/apkg
- Owner: lcpluginmaker
- License: gpl-3.0
- Created: 2022-01-05T21:24:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T12:42:58.000Z (over 2 years ago)
- Last Synced: 2024-07-31T20:28:23.190Z (6 months ago)
- Topics: builder, cs, dotnet, leoconsole, package-manager, plugin, plugin-manager
- Language: C#
- Homepage: https://lcpluginmaker.github.io/apkg
- Size: 198 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeoConsole-apkg
[![Release](https://img.shields.io/github/v/release/alexcoder04/LeoConsole-apkg)](https://github.com/alexcoder04/LeoConsole-apkg/releases/latest)
[![Top language](https://img.shields.io/github/languages/top/alexcoder04/LeoConsole-apkg)](https://github.com/alexcoder04/LeoConsole-apkg/search?l=C%23)
[![License](https://img.shields.io/github/license/alexcoder04/LeoConsole-apkg)](https://github.com/alexcoder04/LeoConsole-apkg/blob/main/LICENSE)
[![Issues](https://img.shields.io/github/issues/alexcoder04/LeoConsole-apkg)](https://github.com/alexcoder04/LeoConsole-apkg/issues)
[![Pull requests](https://img.shields.io/github/issues-pr/alexcoder04/LeoConsole-apkg)](https://github.com/alexcoder04/LeoConsole-apkg/pulls)
[![Commit activity](https://img.shields.io/github/commit-activity/m/alexcoder04/LeoConsole-apkg)](https://github.com/alexcoder04/LeoConsole-apkg/commits/main)
[![Contributors](https://img.shields.io/github/contributors-anon/alexcoder04/LeoConsole-apkg)](https://github.com/alexcoder04/LeoConsole-apkg/graphs/contributors)Advanced packaging tool (apt lol) for [LeoConsole](https://github.com/BoettcherDasOriginal/LeoConsole)
and its default package manager.For more info, check out `apkg help`.
## Installation
### LeoConsole v2.x
The next generation of LeoConsole downloads and sets up apkg absolutely
automatically on first start. Lean back and enjoy!### LeoConsole v1.x
Due to plugin API changes, new apkg releases are no longer
compatible with LeoConsole v1.x. Please update your LeoConsole to the latest
version.### Bleeding-edge
You can also try out the latest unpublished version (keep in mind, it could be
unstable):1. Install [apkg-builder](https://github.com/lcpluginmaker/apkg-builder)
2. `git clone https://github.com/alexcoder04/LeoConsole-apkg.git && cd LeoConsole-apkg`
3. `apkg-builder "$PWD"`
4. Enable debug mode in apkg (add `debugModeOn` to your `$SAVEPATH/var/apkg/config`)
4. in LeoConsole, type `apkg get-local /apkg.lcp`## Documentation
Documentation can be found at
[alexcoder04.github.io/LeoConsole-apkg](https://alexcoder04.github.io/LeoConsole-apkg).## Naming
LeoConsole `pkg` + Debian `apt` + Alpine `apk` = `apkg` xD
Have fun with it!