View on GitHub

Orchardnocms

OrchardNoCMS模块生成工具命令

Download this project as a .zip file Download this project as a tar.gz file

OrchardNoCMS模块生成工具命令行简化列表:

image

 

目前只有codegen feature和cultures三个命令。

对应的都进行了参数简化。

例如:codegen module 简化为codegen –m

           codegen datamigration 简化为codegen –dm

更多更新请使用help commands命令查看。

 

Q:模块生成工具如何找到:

A: 1.编译:

image

这个工程,生成的dll会自动复制到Orchard.Web/bin目录下。

  2.在bin文件下找到Orchard.exe文件,双击打开即可。