Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rednaks/multigit-rs


https://github.com/rednaks/multigit-rs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Config
add `config.json` file :

```json
{
"token": "ghp_xxxx",
"org_name": "rednaks",
"is_user": true,
"repos": [
"MyRepo1",
"MyRepo2"
]
}

```

## development

### web version
The web version is a fullstack rust app, front-end using yew.rs and backend using actix

### web-apis
```
cargo watch -x "run --bin web-apis"
```
### web-front
```
# you need first to install trunk: cargo install trunk
cd web-front
trunk serve
```

## cli usage
```
cargo run -- --from main --to prod --reference 3 --merge
```