Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kemzops/kpm

Simple yet useful linux Package Manager to manage portable packages.
https://github.com/kemzops/kpm

debian github linux package package-manager portable releases

Last synced: 15 days ago
JSON representation

Simple yet useful linux Package Manager to manage portable packages.

Awesome Lists containing this project

README

        

> [!WARNING]
> Please be aware that this project is customized to fit my specific needs and may not be suitable for everyone.

> [!IMPORTANT]
> This project is still a work in progress and will undergo further updates and changes.

# KPM
Simple yet useful linux Package Manager to manage portable packages.

## Current Progress

- [x] Set up base project
- [x] Define project file structure
- [x] Use esbuild to build the project
- [x] Release the dist
- [ ] Implement basic commands (add, remove, list, install, uninstall)
- [ ] Implement update/upgrade commands
- [ ] Add tests for commands
- [ ] Improve error handling
- [ ] Add documentation to README
- [ ] Release the first version