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

@flowdevcli/flowdev

v1.0.10

Published

AI-powered CLI tool

Readme

FLOWDEV

The intelligent CLI for modern workflow automation.

FlowDev is a privacy-first, offline-capable CLI tool designed to accelerate developer workflows. From scaffolding Docker environments to generating project structures using local or cloud AI, FlowDev keeps you in the flow without leaving your terminal.

"The developer tool for the next generation."

npm version install size downloads

Install

Global Installation (Recommended)

To use FlowDev commands anywhere on your system:

npm install -g flowdev

Local Installation

If you prefer to use it per project:
Bash

npm install flowdev --save-dev

Usage

Once installed, FlowDev exposes the flowdev binary.

    Check your installation:

Bash
flowdev --version

    *Configure your environment (API keys & Models):
Bash
flowdev config


    *Analyze your current project:
Bash
flowdev stats

    *Generate a Docker environment:
Bash
flowdev dockerize

Features
AI & Automation (Hybrid Engine)

FlowDev integrates with Ollama for offline capabilities and supports DeepSeek for high-performance cloud reasoning.

1. Smart Assistant
Ask questions about code or architecture using local or cloud models.
Bash

flowdev ask "How do I optimize a React useEffect hook?"

2. Intelligent Audit
Audit your code for bugs, security, and performance using AI.
Bash

flowdev audit

3. Automatic Documentation
Generate a professional README.md for your project instantly.
Bash

flowdev readme

DevOps & Infrastructure

1. Dockerize
Instantly generate production-ready Dockerfile and docker-compose.yml files.
Bash

flowdev dockerize

2. Kubernetes (Kube)
Generate Kubernetes deployment and service manifests for your application.
Bash

flowdev kube

Utilities

1. Generate
Generate a complete project (React, Django, Vue, Angular, Express) with Git and dependencies automatically configured.
Bash

flowdev generate

2. Find (Pattern Search)
A recursive search tool optimized for developers. Ignores node_modules and binaries.
Bash

flowdev find "TODO" --ext js,ts

3. Stats
Get an instant breakdown of your project's size, file count, and language distribution.
Bash

flowdev stats

Requirements
Node.js

FlowDev requires Node.js v18+.
Local AI (Optional)

To use local AI features, you must have Ollama running locally.

    Install Ollama: ollama.com

    Start the service: ollama serve

    FlowDev handles the rest.

Cloud AI (Optional)

To use Cloud features (DeepSeek), configure your API key via flowdev config.
Documentation
flowdev generate

Provisions full-stack templates. Includes a fail-safe execution wrapper that generates a flowdev-debug.log if an installation fails.
flowdev audit

Uses AI to scan for security vulnerabilities and logic flaws. Perfect for pre-commit checks.
flowdev dockerize

Generates optimized configurations using multi-stage builds and non-root security practices.
flowdev env

Scans your project code and generates a .env.example file based on your environment variable usage.
FAQ
Does FlowDev send my code to the cloud?

By default, No. Local AI processing happens on your machine via Ollama. Cloud processing is only used if you explicitly configure it and choose a cloud model.
Do I need an API Key?

No for local use. Yes if you wish to use cloud models like DeepSeek.
Why "flowdev"?

Because switching contexts breaks your flow. FlowDev keeps you in the terminal, automating the boring stuff so you can focus on the code.
Changelog

See CHANGELOG.md for details on recent updates.
License

[MIT](https://www.google.com/search?q=LICENSE)