Recursively scan a ColdFusion project for Lucee-incomaptible code.
npm install cfvalidatorThis tool will recursively scan a directory for several strings specified as arguments.
Installation
```
npm i -g cfvalidator
Arguments
``
Options:
--version Show version number [boolean]
--out, -o The output csv filename. Required [string]
--in, -i The directory to scan. Required [string]
--scopeIdentity, --si Detect scope_identity [boolean]
--selectTop, --st Detect select top [boolean]
--cfform, --cff Detect cfform [boolean]
--getDate, --gd Detect getDate [boolean]
--help, -h Show help [boolean]
Example
```
node index.js --o out.csv --si --st --cff --gd --i ~/Workspaces/cf_home