# 增加一个components生成,并注册到 app.config.js
npm run components [name] === npm run components tmpl
# 增加一个directives生成,并注册到 directives/index.js
npm run directives [name] === npm run directives tmpl
# 增加一个filter生成,并注册到 filter/index.js
npm run filter [name] === npm run filter tmpl
# 增加一个module生成,并注册到 module/index.js
npm run module [name] === npm run module tmpl
# 增加一个services生成,并注册到 services/index.js
npm run services [name] === npm run services tmpl