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 🙏

© 2024 – Pkg Stats / Ryan Hefner

vertx-ai

v0.3.24

Published

Zero Ai Coder

Downloads

82

Readme

Zero工具箱

Zero工具箱为一个工具类型的项目,主要为后端项目和前端项目打造的辅助开发人员进行快速开发的命令行工具,该框架的前端项目和后端项目的地址如下:

该工具可以帮助开发人员执行Zero/Zero Ui的智能化开发,工具最新版本为0.3.2,目前已发布到npm社区。

1. 安装流程

使用以下命令安装该工具

npm install -g vertx-ai

等你看到下边的输出信息后,证明安装过程已完成,目前最新版本:0.3.0

/usr/local/bin/ai -> /usr/local/lib/node_modules/vertx-ai/src/ai.js
/usr/local/bin/aj -> /usr/local/lib/node_modules/vertx-ai/src/aj.js
+ [email protected]
added 77 packages from 119 contributors in 8.417s

2. 基本说明

下边是工具列表,主要分为两种:独立工具/Zero专用工具

  • 独立工具:可直接调用ai xxx方式执行的工具。
  • 专用工具:调用aj xxx,并且需要设置对应环境变量。

2.1. 环境变量表

|环境变量名|例子|含义| |---|:---|:---| |ZT|export ZT=generated/tool|「前端」接下来的所有ZT命令都是在generated/tool模块中执行。| |ZF|export ZF=ox-engine/ox-business|「后端」接下来所有的ZF命令都在对应目录中执行。|

2.2. 注意点

  • ZT环境变量设置后,必须存在目录src/xxx,如ZT=generated/tool,那么必须存在src/generate/tool目录,基础信息对应到
    • src/components/generated/tool - Zero中的组件开发目录
    • src/cab/cn/components/generated/tool - Zero中的资源文件目录
  • ZF环境变量设置后,设置目录下必须包含pom.xml文件(后端项目基础结构,Maven检测)