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

@oleh.zhylin/flycli

v1.0.0

Published

A reliable CLI tool for Betaflight flight controller interaction and automation.

Downloads

27

Readme

🚁 FlyCLI: Your Drone Under Full Control (and AI)

FlyCLI is a reliable command-line tool for automated interaction with Betaflight flight controllers. Designed for developers, AI agents, and pilots who value stability and automation.


🚀 Installation and Setup

To use flycli as a global command from any folder:

# 1. Clone the repository and enter the folder
git clone https://github.com/archat-hash/FlyCLI.git
cd FlyCLI

# 2. Install dependencies
npm install

# 3. Create a symlink for global access
npm link

Now you can run the tool simply with the flycli command instead of ./index.js.


🗺️ Documentation Navigation

Use the following links for a quick dive into the project:


🛠️ Commands (after npm link)

| Command | Description | | --- | --- | | flycli scan | Search for connected flight controllers | | flycli execute <port> 115200 "status" | Execute a CLI command | | flycli health | Complete system checkup (JSON report) |


🔍 "Bottom-Up": How It Actually Works

Unlike "ideal" schemes, real interaction with a flight controller has its nuances:

  • Debounce 300ms: We added a synthetic delay after receiving the # prompt because Betaflight often sends data in chunks, and the prompt may appear before the last bytes of the response arrive.
  • Handshake MSP: Before entering CLI mode, we perform an MSP request API_VERSION. This is not just a formality — it allows "waking up" the hardware and ensuring the port is ready for data exchange.
  • Pure ESM: The project is intentionally written in pure JavaScript (ESM) without TypeScript to minimize build steps and make it as lightweight as possible to run in any Node.js environment.

🦾 AI-Ready

FlyCLI is designed for convenient work with Large Language Models. Use the --json flag to get structured data that your AI agent can instantly analyze.


Created for those who love to fly and code. 🚁💨