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: 4 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T19:33:37.000Z (almost 2 years ago)
- Last Synced: 2025-11-12T06:04:55.742Z (7 months 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