Module: Generator::Repo
- Included in:
- Generator
- Defined in:
- lib/fusegen/repo.rb
Instance Method Summary collapse
- #repo_add(global_options, options, args) ⇒ Object
- #repo_find_template(name) ⇒ Object
- #repo_list(global_options, options, args) ⇒ Object
- #repo_rm(global_options, options, args) ⇒ Object
Instance Method Details
#repo_add(global_options, options, args) ⇒ Object
15 16 17 18 |
# File 'lib/fusegen/repo.rb', line 15 def repo_add(,,args) check_config_dir do_repo_add args[0], end |
#repo_find_template(name) ⇒ Object
24 25 26 |
# File 'lib/fusegen/repo.rb', line 24 def repo_find_template(name) do_repo_find_template name end |
#repo_list(global_options, options, args) ⇒ Object
11 12 13 |
# File 'lib/fusegen/repo.rb', line 11 def repo_list(,,args) do_repo_list end |
#repo_rm(global_options, options, args) ⇒ Object
20 21 22 |
# File 'lib/fusegen/repo.rb', line 20 def repo_rm(,,args) do_repo_rm args[0], end |