Commit 04acffc3 by ivan Lan

Update README.md

parent e6ed9d79
......@@ -59,12 +59,18 @@ This will create serveral controller classes inherited from merchant product and
class Store::MyProductsController < Shotengai::Merchant::ProductsController
content...
end
#Views Generator:
```shell
$ rails g shotengai:views -f
```
This will copy shotengai example views to your application under 'app/views/shotengai/'.
#Spec Generator:
```shell
$ rails g shotengai:spec --customer User --merchant Merchant --product MyProduct --order Myorder
```
This will create all request swagger spec & factory files to your application under 'app/spec/shotengai/'.
## Development
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment