W3cubDocs

/Padrino

Class: Padrino::Generators::Cli

Inherits:
Thor::Group
  • Object
Includes:
Thor::Actions

Overview

This class bootstrap config/boot and perform Padrino::Generators.load_components! for handle 3rd party generators.

Instance Method Summary

  • #load_boot ⇒ Object We need to try to load boot because some of our app dependencies maybe have custom generators, so is necessary know who are.
  • #setup ⇒ Object Loads the components available for all generators.

Instance Method Details

#load_boot ⇒ Object

We need to try to load boot because some of our app dependencies maybe have custom generators, so is necessary know who are.

#setup ⇒ Object

Loads the components available for all generators.

© 2010–2019 Padrino
Licensed under the MIT License.
https://www.rubydoc.info/github/padrino/padrino-framework/Padrino/Generators/Cli