Class: Deveo::Skeleton
- Inherits:
-
Object
- Object
- Deveo::Skeleton
- Defined in:
- lib/deveo/skeleton.rb
Class Method Summary collapse
Class Method Details
.copy_to(app_path) ⇒ Object
8 9 10 |
# File 'lib/deveo/skeleton.rb', line 8 def self.copy_to(app_path) FileUtils.cp_r(path, app_path) end |
.path ⇒ Object
4 5 6 |
# File 'lib/deveo/skeleton.rb', line 4 def self.path File.join(CLI_ROOT, 'templates', 'app') end |