codeworth
v1.1.0
Published
CLI tool to calculate traditional software valuation based on LOC.
Downloads
211
Maintainers
Readme
Codeworth
CLI tool to calculate traditional software valuation based on LOC (Lines of Code).
Installation
npm install -g codeworthUsage
Automatic Scan
Run in any project root to automatically count lines and value the project:
codeworthManual Input
Provide a specific line count:
codeworth 26024Options
--rate <number>: Override the default rate per line ($10.77).
Examples
# Auto-scan current directory
codeworth
# Auto-scan with custom rate
codeworth --rate 25
# Manual input
codeworth 5000Output
-----------------------------------
CodeWorth CLI
-----------------------------------
Lines of Code: 26,024
Rate Per Line: $10.77
Estimated Valuation: $280,000
-----------------------------------License
MIT
