Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannyben/rush-repo
My package repository for the Rush package manager
https://github.com/dannyben/rush-repo
Last synced: 3 months ago
JSON representation
My package repository for the Rush package manager
- Host: GitHub
- URL: https://github.com/dannyben/rush-repo
- Owner: DannyBen
- Created: 2018-08-16T17:36:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T03:30:39.000Z (4 months ago)
- Last Synced: 2024-10-06T05:19:23.189Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 3.71 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rush Repo - DannyBen's Rush Repository
==================================================```
_______ ______
____ / ___________ ___________ /_
___ / __ ___/ / / /_ ___/_ __ \
__ / _ / / /_/ /_(__ )_ / / /
_ / /_/ \__,_/ /____/ /_/ /_/
/_/ Personal Package Manager
```This is my rush repo for use with the [rush package manager][rush-cli].
- All packages are suitable for public consumption.
- Most packages can be used on **Arch Linux**, **Debian**, **Ubuntu**, and **Fedora**.
- Packages under the [my](my) folder are personal packages, most likely not
suitable for anybody else.Add this repository
--------------------------------------------------```shell
$ rush clone dannyben # download the repository
$ rush get dannyben:hello # test that it is working
$ rush list dannyben # see package list
```Development
--------------------------------------------------Use the provided docker compose configuration to develop and test on different
operating systems. The containers come with some basic packages (like wget and
curl) and with the local rush repo mounted and connected.[rush-cli]: https://github.com/DannyBen/rush-cli