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

https://github.com/repcomm/gitbak

automatically backs up a copy of source code repos with a command
https://github.com/repcomm/gitbak

Last synced: 10 months ago
JSON representation

automatically backs up a copy of source code repos with a command

Awesome Lists containing this project

README

          

You need `deno` to run this code

See `./gitbak help` for a list of commands

## Commands
- `help` - unfinished, shows a command list
- `add ` - tracks a repo
- `remove ` - stops tracking a repo
- `install` installs tracked repos that aren't installed
- `update` - unfinished, grabs more recent version (if applicable) of all repos and overwrites them
- `list` - unfinished, lists information about tracked, installed, and installed-untracked repos
- `purge` - unfinished, erases untracked-installed repos that were previously `remove`d

## Provider
Right now the only functional one is `github`
The plan is to make this a little more reusable with an extension json

## User
The user name/org a repository is under
## Repo
A source code/text to be stored