generators for Rails plugin

Hi, i have newly discovered Rails and currently trying to write a plugin from scratch. I want to know how the generation of ressources(scaffold , models,...) within a plugin could be. this thing goes smoothly in Rails standard application because there's script/generate or rails generate. But in the plugin skeleton t didn't find any generators. i need your help

Now you have discovered the documentation that will allow you to answer your above question.

http://guides.rubyonrails.org/getting_started.html

B.