https://github.com/zypeh/packrunner
Packrunner is a simple, purely functional package manager
https://github.com/zypeh/packrunner
Last synced: 10 months ago
JSON representation
Packrunner is a simple, purely functional package manager
- Host: GitHub
- URL: https://github.com/zypeh/packrunner
- Owner: zypeh
- License: bsd-3-clause
- Created: 2017-09-24T06:55:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T04:31:12.000Z (over 8 years ago)
- Last Synced: 2025-06-30T08:05:24.694Z (12 months ago)
- Language: Haskell
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packrunner
This project is currently under construction
## SYNOPSIS
`prpr command [arguments]`
## DESCRIPTION
Packrunner is a simple, purely functional package manager which is inspired by port utility and `nix` package manager system.
## TODO
- [ ] Implement `pull` command, which will fetch upstream package list.
- [ ] Implement `install` command
- [ ] Implement `uninstall` command
- [ ] Implement version switch function