https://github.com/onlymisaky/pp
通用脚手架
https://github.com/onlymisaky/pp
Last synced: 3 months ago
JSON representation
通用脚手架
- Host: GitHub
- URL: https://github.com/onlymisaky/pp
- Owner: onlymisaky
- Created: 2021-09-10T08:35:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T08:36:11.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T19:43:01.788Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pp
通用脚手架,灵感来源于 [@vue/cli](https://github.com/vuejs/vue-cli) ,现阶段(2021.09)该项目主要以**学习**和**自用**为目的。
## 设计目标
支持创建
- [ ] 前端项目 (默认支持 vue 和 react 的 spa 类型项目)
- [ ] 后端项目 (express)
- [ ] npm package (build target: lib)
内置以下功能
- [ ] babel
- [ ] typescript
- [ ] eslint
- [ ] stylelint
- [ ] css preprocessor
- [ ] 创建 git
- [ ] 自动安装依赖
- [ ] 创建 web 服务
插件能力
为了实现创建更多类型的项目,需要提供插件能力,向外界暴露一些 api ,提供 `文件、模板读写` , `package.json读写` , `命令行询问` , `webpack 配置` , `执行命令` , `远程下载` 。