# [@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-1.1.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)

🚀模板项目脚手架


## 快速使用
NPM
```shell
npm i -g @careteen/cli
```
THEN

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

## 使用文档

### 全局安装
```shell
npm i -g @careteen/cli
```

### 查看所有命令帮助
```shell
careteen --help
```
![@careteen-cli-example-0](https://careteenl.github.io/images/@careteen-cli-example-0-new.png)

### 下载项目
```shell
careteen create my-project
```
![@careteen-cli-example-2](https://careteenl.github.io/images/@careteen-cli-example-2-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模板
- [Issue Template](./ISSUETEMPLATE.md)

## 贡献者
- [Contributors](https://github.com/careteenL/cli/graphs/contributors)

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

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