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

https://github.com/karanbravo/detective

building a new version control system.
https://github.com/karanbravo/detective

binascii git hash-object hashlib init ls-tree os python write-tree zlib

Last synced: about 2 months ago
JSON representation

building a new version control system.

Awesome Lists containing this project

README

        

# Detective - (A Stupid Content Tracker)

_your own vcs (version control system)._

## Run Locally

_Note_: make sure you have `python` and `git` installed on your system.

1. clone the repo

```bash
git clone https://github.com/karanBRAVO/detective.git
cd detective/
```

2. for now, create a **test** directory to test the tool

```bash
mkdir __test__
cd __test__
```

3. initialize detective

```bash
./path/to/detective.sh init
```

4. verify that `.detective` directory is created inside `__test__` directory.

5. explore more.