Skip to content

kmlxk/CodeTemplater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

代码生成工具

用例

ExtJS前端代码

模板:

{ name: '<%=row[0]%>', mapping: '<%=row[0]%>', type: 'auto' },

生成: { name: 'id', mapping: 'id', type: 'auto' }, { name: 'name', mapping: 'name', type: 'auto' }, { name: 'workid', mapping: 'workid', type: 'auto' },

实现:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages