V3 Release

This commit is contained in:
Lisa 2025-03-13 20:00:46 +01:00
parent 519a3aacf8
commit 735d49eda6

View File

@ -1,4 +1,4 @@
# Scanner : V2
# Scanner : V3
Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration for file/code analysis.
@ -7,7 +7,7 @@ Node.JS based file scanner using patterns and OLLAMA (llama3.2:1b) integration f
Install axios
```js
npm i axios natural
npm i axios
```
Edit variables in code aiprompt, patterns, pathtoscan, llamaendpoint.
@ -21,7 +21,7 @@ node scanner.js
If you want to quickly change path use:
```js
node scanner.js --pathtoscan="./your/path/goes/here" --ignore="some,folder,to,ignore,and,not.scan"
node scanner.js --pathtoscan="./your/path/goes/here" --ignorefolders="some,folder,to,ignore,and,not,scan" --ignorefiles="some,files,to,ignore,and,not,scan"
```