Add property assessor assess command

This commit is contained in:
2026-03-27 22:35:57 -05:00
parent e6d987d725
commit c58a2a43c8
6 changed files with 438 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
"description": "Property assessor helpers for public-record lookup and fixed-template PDF rendering",
"type": "module",
"scripts": {
"assess": "tsx src/cli.ts assess",
"locate-public-records": "tsx src/cli.ts locate-public-records",
"render-report": "tsx src/cli.ts render-report",
"test": "node --import tsx --test tests/*.test.ts"