@@ -66,18 +66,12 @@ This will create serveral controller classes inherited from merchant product and
content...
end
# Views Generator:
### 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
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.