Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kemzops/kpm
- Owner: kemzops
- License: gpl-3.0
- Created: 2024-03-24T20:55:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T19:33:37.000Z (6 months ago)
- Last Synced: 2024-12-20T21:58:36.243Z (20 days ago)
- Topics: debian, github, linux, package, package-manager, portable, releases
- Language: JavaScript
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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