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

@aineos/cli

v1.9.0

Published

AINEOS CLI — AI-Native Enterprise Operating System: Truth Store, Consistency Engine, Self-Healing Pipeline

Readme

@aineos/cli

AINEOS CLI — AI 原生工程操作系统的命令行工具。

以 Truth Store(真相存储)为核心,提供从需求分析到 API 设计、数据建模、一致性验证、自动修复的完整 AI 辅助工程链路。

npm version Node.js >= 18

5 分钟体验

# 一键创建项目
npx @aineos/cli init my-project --template auth-flow

cd my-project

# AI 生成 BRD
aineos create --type BRD --description "用户认证系统,支持 JWT + RBAC"

# 运行全流程 Pipeline: BRD → API → Schema
aineos run --pipeline full

# 检查一致性
aineos check

# 自动修复不一致
aineos heal --fix

安装

npm install -g @aineos/cli

或使用 npx(无需安装):

npx @aineos/cli init my-project

命令概览

| 命令 | 说明 | |------|------| | aineos init [dir] | 初始化新项目 | | aineos create <type> <name> | 创建资产(BRD/API-SPEC/SCHEMA 等) | | aineos list | 列出 Truth Store 中的资产 | | aineos read <path> | 读取资产内容 | | aineos write <path> [content] | 写入/更新资产 | | aineos diff <path> | 对比资产版本差异 | | aineos check | 运行一致性检查(7 条规则) | | aineos heal [--fix] | 检测并修复不一致 | | aineos run --pipeline <name> | 执行 Pipeline | | aineos predict [path] | AI 风险预测 | | aineos templates list | 列出可用项目模板 | | aineos config [get\|set\|list] | 管理配置 | | aineos audit <query\|stats> | 审计与统计 | | aineos status | 查看项目状态 | | aineos propagate <path> | 变更传播分析 | | aineos sync [push\|pull\|status] | 与 Cloud API 同步 | | aineos notify ui | 启动 Admin Portal |

运行 aineos --help 查看完整帮助。

文档

许可证

BSL-1.1 — 非商业用途免费,详见 LICENSE

© 2026 AINEOS Project