Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinj045/rewpkgs
Rew Package Repository
https://github.com/kevinj045/rewpkgs
Last synced: about 5 hours ago
JSON representation
Rew Package Repository
- Host: GitHub
- URL: https://github.com/kevinj045/rewpkgs
- Owner: kevinJ045
- Created: 2024-06-02T20:27:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:44:02.000Z (5 months ago)
- Last Synced: 2024-06-27T19:49:05.385Z (5 months ago)
- Language: JavaScript
- Homepage: https://kevinj045.github.io/rewpkgs/
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rew Packages
The official repository for rew apps/libraries/packages.## Adding `rewpkgs`
The repository comes by default with [rew](https://github.com/kevinJ045/rew) but if it doesn't exist, you can add it with:
```bash
rew repo add rewpkgs //raw.githubusercontent.com/kevinJ045/rewpkgs/main/main.yaml
```## Using `rewpkgs`
To use it, you can use the `@rewpkgs` prefix to install apps.
```bash
rew install @rewpkgs/test.app
```## Submitting an app
To submit an app, you can fork this github repo, make some changes and submit a pr. It will be merged as long your as your app:
- Doesn't do anything harmful to the installer
- I have no idea what else