zonst-cli
v0.0.2
Published
Command line interface for rapid project development
Readme
一、zonst-cli 是什么
zonst-cli 是一个可以快速创建前端项目的 cli 工具,其创建的项目内置了以下规范,包括:
- eslint 规范
- stylelint 规范
- prettier 规范
- editorconfig 规范
- commitlint 规范
规范详情可参考这篇 文章
二、支持的配置项
| 配置 | 选项 A | 选项 B | | ---------- | --------------- | --------------- | | 开发语言 | ✅ Javascript | ✅ Typescript | | 框架支持 | ✅ Vue | ❌ React | | 状态管理库 | ✅ Pinia | ✅ Vuex | | 应用端类型 | ✅ PC | ✅ H5 | | 应用种类 | ✅ SPA 单页应用 | ✅ MPA 多页应用 |
三、如何使用
npm install -g zonst-cli
zonst create [project name]