Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinj045/rew.pimmy
A better package manager for rew
https://github.com/kevinj045/rew.pimmy
Last synced: about 5 hours ago
JSON representation
A better package manager for rew
- Host: GitHub
- URL: https://github.com/kevinj045/rew.pimmy
- Owner: kevinJ045
- Created: 2024-06-10T09:21:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:30:40.000Z (5 months ago)
- Last Synced: 2024-06-25T20:15:24.124Z (5 months ago)
- Language: CoffeeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pimmy
Pimmy is a simple package manager built on top of rew for rew apps.
It focuses more on simplicity and helps by downloading all repo packages locally instead of searching for them, minimalizing search time.## Install
To install `pimmy`, just run this
```bash
rew install github:kevinj045/rew.pimmy
```
Or if you have `rewpkgs` repo, then
```bash
rew install @rewpkgs/rew.pimmy
```## Usage
Once installed, You can start by downloading all package information into a local database
```bash
pimmy -SR
```
For more help use
```bash
pimmy --help
```