Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednaks/multigit-rs
https://github.com/rednaks/multigit-rs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rednaks/multigit-rs
- Owner: rednaks
- Created: 2022-07-23T10:43:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T20:26:48.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T12:23:01.166Z (9 months ago)
- Language: Rust
- Size: 189 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```