V1 release
This commit is contained in:
parent
5debf62fe1
commit
f1c62af774
19
README.md
19
README.md
@ -1,3 +1,22 @@
|
|||||||
# Scanner
|
# Scanner
|
||||||
|
|
||||||
Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis.
|
Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Install axios
|
||||||
|
|
||||||
|
```js
|
||||||
|
npm i axios
|
||||||
|
```
|
||||||
|
|
||||||
|
Edit variables in code aiprompt, patterns, pathtoscan, llamaendpoint.
|
||||||
|
|
||||||
|
Run code
|
||||||
|
|
||||||
|
```js
|
||||||
|
node scanner.js
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
COPYRIGHT CC-BY-SA-4.0, CONTACT: lisahonkay@gmail.com
|
Loading…
x
Reference in New Issue
Block a user