Skip to content

Commit

Permalink
docs: update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
cpselvis committed Jan 3, 2019
1 parent 7a40eee commit 6fc2b2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
7 changes: 6 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
程柳锋 <cpselvis@gmail.com>
LeoEatle <liuyitao811@hotmail.com>
Lewis Cheng <cpselvis@gmail.com>
LewisCheng <cpselvis@gmail.com>
Stevenzwzhai <zzwdzsw@sina.cn>
WnineM <3458168437@qq.com>
cpselvis <cpselvis@gmail.com>
i-solar <love0and0life@gmail.com>
qiuqiu <416665079@qq.com>
nikewu <862751557@qq.com>
15 changes: 4 additions & 11 deletions lib/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,12 @@ class Feflow {
this.args = camelizeKeys(args);

this.cmd = new Command();

// 常用及通用的功能传递给 脚手架|builder|deploy 及插件使用
this.coreFn = {
// 一系列常用库集合 如chalk inquirer opn 等等

// Pass useful functions through feflow context to generator, builer and plugins
this.utils = {
chalk: chalk,
// 执行异步操作可调用统一输出产品 feflow 心智
Loading: Loading,
// 实用方法套件插件也使用
log: this.log
// 数据埋点方法函数..
// 消息通知 notice 等封装函数..
Loading: Loading
};

}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feflow-cli",
"version": "0.15.0",
"version": "0.15.1",
"description": "A command line tool aims to improve front-end engineer workflow.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6fc2b2d

Please sign in to comment.