An open API service indexing awesome lists of open source software.

https://github.com/careteenl/cli

🚀 Provide multiple project templates
https://github.com/careteenl/cli

cli jslib-cli mpvue react-admin vue-admin vue-backend vue-cli vue-multipage

Last synced: 4 months ago
JSON representation

🚀 Provide multiple project templates

Awesome Lists containing this project

README

          

# [@careteen/cli](https://github.com/careteenL/cli)
[![](https://img.shields.io/badge/Powered%20by-cli-brightgreen.svg)](https://github.com/careteenL/cli)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/careteenL/cli/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/careteenL/cli.svg?branch=master)](https://travis-ci.org/careteenL/cli)
[![npm](https://img.shields.io/badge/npm-3.0.0-orange.svg)](https://www.npmjs.com/package/@careteen/cli)
[![NPM downloads](http://img.shields.io/npm/dm/@careteen/cli.svg?style=flat-square)](http://www.npmtrends.com/@careteen/cli)

🚀模板项目脚手架

## 特性

设计文档[前端工程化-打造企业通用脚手架](https://mp.weixin.qq.com/s/efzaiX8r2htJ1NvN26ZU8g)

- 创建项目+集成通用代码
- 常见痛点的解决方案(快速生成页面并配置路由...)
- 配置(eslint、tsconfig、prettier...)
- 提效工具(拷贝各种文件)
- 插件(解决webpack构建流程中的某个问题...)

## 快速使用

YARN
```shell
npm i -g yrm
yarn global add @careteen/cli
```
THEN

![@careteen-cli-example-1](https://careteenl.github.io/images/careteen-cli-example-1-new-mini.gif)

### 全局安装

```shell
yarn global add @careteen/cli
```

### 查看所有命令帮助
```shell
careteen --help
```

### 下载项目
```shell
careteen create my-project
```
![@careteen-cli-example-0](https://careteenl.github.io/images/@careteen-cli-example-0-new.png)

目前提供以下模板项目

- [jslib-cli JavaScript第三方库模板](https://github.com/careteenL/jslib-cli)
- [vue-multi-page Vue多页面系统模板](https://github.com/careteenL/vue-multi-page)
- [vue-backend-template Vue后台管理系统模板](https://github.com/careteenL/vue-backend-template)
- [applet-mpvue-base mpVue小程序模板](https://github.com/careteenL/applet-mpvue-base)
- [react-admin-template React后台管理系统模板](https://github.com/careteenL/react-admin-template)

各取所需...

## issue模板
- [ISSUETEMPLATE](./.github/ISSUETEMPLATE.md)

## 贡献指南

- [CONTRIBUTING](./.github/CONTRIBUTING.md)

## 更新日志
- [CHANGELOG](./CHANGELOG.md)

## 计划
- [TODO](./TODO.md)