npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

baseera-finance-cli

v0.1.1

Published

Know if your company will lose money before it happens. CLI-first financial analysis for AI agents and finance teams. One command = instant KPIs, forecasts, and health scores.

Readme

بصيرة المالية — Baseera Finance CLI

Know if your company will lose money — before it happens.

One command. Instant financial intelligence. No spreadsheets, no dashboards to set up, no accountant needed.

npm install -g baseera-finance-cli
baseera health
# → Score: 85/100  Grade: A
# → ✅ Overall financial position is solid

Why Baseera?

For AI Agents: Every command outputs clean JSON with --json. Your agent imports a file, runs analysis, and gets structured insights — in seconds, not hours.

For Finance Teams: 20+ years of CFO expertise encoded into simple commands. Import your Excel, get instant KPIs, forecasts, and health scores.

For Business Owners: Stop guessing. Know exactly where your money goes, what's coming next, and whether you should worry.

Quick Start (30 seconds)

npm i -g baseera-finance-cli
baseera dashboard        # Instant KPI dashboard (sample data included!)

That's it. Sample data is pre-loaded — you see results immediately.

What You Can Do

📊 See Your Financial Pulse

baseera dashboard                    # Revenue, profit, cash, ratios — one screen
baseera dashboard --compare 2024-Q3  # "Are we doing better than last quarter?"

🔍 Find Where Money Leaks

baseera analyze expenses        # "Where is our money going?"
baseera analyze profitability   # "Are our margins shrinking?"
baseera analyze cashflow        # "Will we run out of cash?"

🔮 Predict What's Coming

baseera forecast revenue --months 6    # "What will revenue look like?"
baseera forecast cashflow --months 3   # "Will we have enough cash in March?"

✅ Get a Financial Health Score

baseera health               # Score out of 100 + grade (A/B/C/D/F)
baseera health --detailed    # Specific recommendations to improve

📋 Generate Reports (Skip the Accountant)

baseera report monthly --period 2024-12   # Monthly executive summary
baseera report quarterly --period 2024-Q4 # Board-ready quarterly report

💰 Track Your Budget

baseera budget create --year 2025         # Auto-generate from last year
baseera budget variance --period 2024-12  # "Are we over budget?"

📥 Import Your Data

baseera import --file financials.xlsx   # Excel
baseera import --file data.csv          # CSV

Built for AI Agents 🤖

Every command supports --json for structured output:

# An AI agent can do this in one turn:
baseera import --file client_data.xlsx
baseera health --json
# → {"score": 72, "grade": "B", "recommendations": ["Reduce operating expenses by 15%"]}

Why agents love Baseera:

  • Fewer tokens — CLI output vs scraping web dashboards
  • No context rot — clean structured data every time
  • Zero setupnpm i -g and it works

🇸🇦 Saudi-Aware

  • Default currency: SAR
  • VAT rate: 15%
  • Designed for KSA/MENA businesses

Privacy First

All data stays on your machine at ~/.baseera/data.json. No cloud. No accounts. No tracking. Import once, analyze forever.


Built by Baseera Finance — بصيرة المالية | AI-Powered Financial Intelligence

MIT License