You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

fluxprotocol-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxprotocol-cli

FLUX CLI - create, dev, build connectors

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

fluxprotocol-cli

CLI tools for FLUX Protocol connectors

Install

npm install -g fluxprotocol-cli

Commands

Create a new connector

fluxprotocol-cli create my-connector

Run in development mode

fluxprotocol-cli dev index.ts --port 3000

Build for production

fluxprotocol-cli build index.ts --output dist

Usage with npx

npx fluxprotocol-cli create weather
cd weather
npm install
npm run dev
  • fluxprotocol-sdk - Core SDK
  • fluxprotocol-client - HTTP/WebSocket client

License

MIT

Keywords

flux

FAQs

Package last updated on 11 Dec 2025

Did you know?

Socket

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.

Install

Related posts