1.0.2 • Published 5 months ago
@blazexsam/fluxy v1.0.2
Fluxy
A lightweight CLI tool built with Node.js and React for visualizing and interacting with reports or tools via a modern frontend interface. This package serves a bundled React app and can be run directly from the command line.
✨ Features
- 📦 Full Node.js backend with built-in HTTP server (Express)
- ⚛️ React frontend bundled and served from
frontend/dist - 📝 Generates and serves reports
- 🧰 CLI interface via
fluxycommand - 🔧 Configurable via simple files in the
config/directory
📦 Installation
npm install -g @blazexsam/fluxyUsage
1. Start the analysis of your codebase
fluxy analyze <path> --port <PORT>2. Serve the dashboard
fluxy serve3. Reanalyze the code after your changes are applied
fluxy reload-server