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
- Host: GitHub
- URL: https://github.com/repcomm/gitbak
- Owner: RepComm
- Created: 2020-09-16T02:42:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-16T02:53:59.000Z (over 5 years ago)
- Last Synced: 2025-01-28T08:52:12.656Z (about 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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