Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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