Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykingcha committed Nov 26, 2012
1 parent 7b32533 commit b19a435
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
@@ -1,4 +1,13 @@
projinit
========
#projinit

the initialize for project
生成默认的项目或应用。

##使用

$ projinit options fullname

* options:
* [-ex/--example] 生成例子(兼容0.1.x),fullname可以是helloworld和hellomix
* [-p/--project] 在当前目录生成mix项目,fullname为带命名空间的项目全称,例如:itaobao/webapp
* [-a/--app] 在当前目录生成mix应用,fullname为带命名空间的项目全称,例如:itaobao/apps/index
* [-v/--version] 显示spmbatch版本

0 comments on commit b19a435

Please sign in to comment.