
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
> A CLI personal financing tool for cash flow simulation, forecasting, budgeting and debt payoff planning
A CLI personal financing tool for cash flow simulation, forecasting, budgeting and debt payoff planning
npm install -g money-man ornpx money-mandata.json file following the sample belowmoney-man -i /path-to-your-own/data.json to run a month long simulationmoney-man -i /path-to-your-own/data.json -m 12 to run a year long simulation Usage: money-man [options]
Options:
-V, --version output the version number
-i, --input <path> Specify relative or absolute input data file path
-m, --months <noOfMonths> Specify number of months to simulate
-h, --help output usage information
{
"accounts": [
{
"name": "Checking",
"balance": 555.55,
"minBalance": 50
},
{
"name": "Savings",
"balance": 995.95,
"minBalance": 300
},
{
"name": "PiggyBank",
"balance": 500.01,
"minBalance": 0
},
{
"name": "Credit",
"balance": 0,
"minBalance": 0
}
],
"recurringEvents": [
{
"name": "Acme Co",
"recurrence": "FREQ=MONTHLY;BYMONTHDAY=1,15",
"amount": 2000,
"target": "Checking",
"type": "Income"
},
{
"name": "Acme Bank",
"type": "Expenditure",
"category": "Mortgage",
"source": "Savings",
"recurrence": "FREQ=MONTHLY;COUNT=360;BYMONTHDAY=11",
"startDate": "2017-01-01T05:00:00Z",
"amount": 1534.13
},
{
"name": "Acme Bank",
"type": "Transfer",
"source": "Checking",
"target": "Savings",
"recurrence": "FREQ=MONTHLY;COUNT=360;BYMONTHDAY=11",
"startDate": "2017-01-01T05:00:00Z",
"amount": 1534.13
},
{
"name": "Water",
"type": "Expenditure",
"category": "Utility",
"source": "Checking",
"recurrence": "FREQ=MONTHLY;INTERVAL=3;BYMONTHDAY=15",
"startDate": "2017-08-15T05:00:00Z",
"amount": 200
},
{
"name": "Gas Nov-Apr",
"type": "Expenditure",
"category": "Utility",
"source": "Checking",
"recurrence": "FREQ=YEARLY;BYMONTH=11,12,1,2,3,4;BYMONTHDAY=1",
"startDate": "2017-04-03T05:00:00Z",
"amount": 100
},
{
"name": "Gas May-Oct",
"type": "Expenditure",
"category": "Utility",
"source": "Checking",
"recurrence": "FREQ=YEARLY;BYMONTH=5,6,7,8,9,10;BYMONTHDAY=1",
"startDate": "2017-09-01T05:00:00Z",
"amount": 50
},
{
"name": "Some subscription",
"type": "Expenditure",
"category": "Subscriptions",
"source": "Credit",
"recurrence": "FREQ=MONTHLY;BYMONTHDAY=21",
"startDate": "2017-08-15T05:00:00Z",
"amount": 9.99
}
]
}
FAQs
> A CLI personal financing tool for cash flow simulation, forecasting, budgeting and debt payoff planning
We found that money-man demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.