Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fe6/fecli

一键拉取 github 仓库
https://github.com/fe6/fecli

cli react vue vuejs

Last synced: 4 days ago
JSON representation

一键拉取 github 仓库

Awesome Lists containing this project

README

        

# fecli

> 一键下载 github 仓库作为模板

[![@fe6/fecli](https://img.shields.io/npm/v/@fe6/fecli.svg?style=flat-square)](https://www.npmjs.org/package/@fe6/fecli)
[![NPM downloads](http://img.shields.io/npm/dm/@fe6/fecli.svg?style=flat-square)](https://npmjs.org/package/@fe6/fecli)
[![NPM downloads](https://img.shields.io/npm/dt/@fe6/fecli.svg?style=flat-square)](https://npmjs.org/package/@fe6/fecli)

## 安装

```
$ npm install -g @fe6/fecli
```

## 使用

```
$ fe add
$ fe init
$ fe list
$ fe delete
```

## 命令的功能

### fe add

> 全局添加 github 模板

需要注意的是添加模板信息的时候尽量使用 **英文** ,中文在显示列表的时候会引起表格错乱。

![fe add 例子](./public/add.gif)

### fe list

> 显示模板列表

![fe list 例子](./public/list.gif)

### fe init

> 初始化某一个模板

![fe init 例子](./public/init.gif)

### fe delete

> 删除已添加模板

![fe delete 例子](./public/delete.gif)