V1 release

This commit is contained in:
Lisa 2025-03-12 21:38:54 +01:00
parent 5debf62fe1
commit f1c62af774

View File

@ -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