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

netiler-cli

v1.0.0

Published

一个符合公司内部开发规范的Vue2项目脚手架工具

Readme

Netiler CLI

一个符合公司内部开发规范的Vue2项目脚手架工具,帮助您快速创建标准化的Vue2项目模板。

特性

  • 多种项目模板:包含默认模板、顶部菜单模板、侧边折叠菜单模板和空白模板
  • 内置NetilerUI组件库:符合公司设计规范的组件库
  • 开发规范集成:包含ESLint配置和提交规范
  • 可选功能模块:主题设置、PDF组件、多因子认证等
  • 图形化界面:提供Web UI界面,无需记忆命令行参数
  • 完善的工具类封装:请求封装、scss变量、工具函数等

安装

# 全局安装
npm install -g netiler-cli

# 或者本地安装
npm install netiler-cli

命令行使用

# 创建新项目
netiler create my-project

# 或者使用npx(本地安装)
npx netiler create my-project

图形界面使用

# 启动图形界面
netiler ui

# 或者使用npx
npx netiler ui

项目模板

Netiler CLI 提供以下项目模板:

  1. 默认模板:类载体全寿命、ZB管理、印章,包含Netiler开发规范、提交规范、NetilerUI3.0组件库以及UI结构
  2. 顶部菜单模板:类用户管理中心,包含Netiler开发规范、提交规范、NetilerUI3.0组件库以及UI结构
  3. 侧边折叠菜单模板:类产品交付平台、若依风格,包含侧边栏折叠功能
  4. 空白模板:包含基础规范和组件库的空白模板

可选功能

  • 主题色设置:可自定义主题颜色,支持动态切换
  • PDF组件:集成PDF预览和处理功能
  • 多因子认证:支持多因子认证功能

项目结构

生成的项目结构符合公司内部Vue2项目规范,包含以下目录:

my-project/
├── public/             # 静态资源
├── src/
│   ├── api/            # 接口请求
│   ├── assets/         # 资源文件
│   ├── components/     # 组件
│   ├── router/         # 路由配置
│   ├── store/          # 状态管理
│   ├── styles/         # 样式文件
│   ├── utils/          # 工具函数
│   ├── views/          # 页面
│   ├── App.vue         # 根组件
│   └── main.js         # 入口文件
├── .eslintrc.js        # ESLint配置
├── .gitignore          # Git忽略文件
├── babel.config.js     # Babel配置
├── package.json        # 包配置
└── vue.config.js       # Vue配置

发布说明

1.0.0

  • 初始版本发布
  • 支持四种项目模板
  • 支持三种可选功能
  • 提供命令行和图形界面两种使用方式

系统要求

  • Node.js 12.0.0 或更高版本
  • 支持Windows、macOS和Linux

许可证

ISC