diff --git a/README.md b/README.md index 350b8aa..543a7df 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -projinit -======== +#projinit -the initialize for project \ No newline at end of file +生成默认的项目或应用。 + +##使用 + + $ 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版本 \ No newline at end of file