1.0.2 • Published 5 months ago

@blazexsam/fluxy v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

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 fluxy command
  • 🔧 Configurable via simple files in the config/ directory

📦 Installation

npm install -g @blazexsam/fluxy

Usage

1. Start the analysis of your codebase

fluxy analyze <path> --port <PORT>

2. Serve the dashboard

fluxy serve

3. Reanalyze the code after your changes are applied

fluxy reload-server 
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago