1.6.0 • Published 4 years ago

ny-temp v1.6.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

描述

CLI自动化模板生成工具,主要提供Angular框架项目的定制化组件模板生成,服务,路由等生成,依赖蚂蚁的ng-zorro,以及yzf公司的ng-yzf-base基础库。

单元测试

npm run test will run the unit tests, using Jasmine as a runner and test framework.

发版

npm run build
npm publish

创建列表组件

ng g ny-temp:list demo/pages/list-side --m=pages

自动化配置生产列表组件

ng g ny-temp:list-rpa --tempJson=temp/user-list.temp.json

创建表单组件

ng g ny-temp:form demo/pages/list-form --m=pages