Skip to content

Commit 0c12474

Browse files
authored
Update README.md
1 parent 99896a2 commit 0c12474

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1+
```bash
12
flask --app code_graph run --debug
3+
```
24

35
Process local git repository, ignoring specific folder(s)
46

7+
```bash
58
curl -X POST http://127.0.0.1:5000/process_local_repo -H "Content-Type: application/json" -d '{"repo": "/Users/roilipman/Dev/FalkorDB", "ignore": ["./.github", "./sbin", "./.git","./deps", "./bin", "./build"]}'
9+
```
610

711
Process code coverage
12+
13+
```bash
814
curl -X POST http://127.0.0.1:5000/process_code_coverage -H "Content-Type: application/json" -d '{"lcov": "/Users/roilipman/Dev/code_graph/code_graph/code_coverage/lcov/falkordb.lcov", "repo": "FalkorDB"}'
15+
```
916

1017
Process git information
18+
19+
```bash
1120
curl -X POST http://127.0.0.1:5000/process_git_history -H "Content-Type: application/json" -d '{"repo": "/Users/roilipman/Dev/falkorDB"}'
21+
```

0 commit comments

Comments
 (0)