module Helpers
Extended Modules
Defined in:
helpers/helpers.crConstant Summary
-
REPOSITORIES_SORT_OPTIONS =
{"stars" => "Stars", "alphabetical" => "Alphabetical", "dependents" => "Dependents", "dependencies" => "Dependencies", "recent-updates" => "Recent Updates", "new" => "Newly Added", "last-synced" => "Last Synced"}
Instance Method Summary
- #create_relationships(master_repository : Repository, spec_dependencies : Array(ShardsSpec::Dependency), development : Bool)
- #day_of_war : String
- #pluralize(count : Int32 | Int64, singular : String, plural : String)
- #remove_outdated_relationships(repository : Repository, spec_dependencies : Array(ShardsSpec::Dependency), development : Bool)
- #repositories_sort_expression_direction(sort : String)
- #spec_from_yaml(s)
- #sync_repository_by_url(url : String) : Repository | Nil
- #to_markdown(repository : Repository, readme_content : String) : String
- #update_dependecies(repository : Repository)
- #update_languages_color
Instance Method Detail
def create_relationships(master_repository : Repository, spec_dependencies : Array(ShardsSpec::Dependency), development : Bool)
#
def remove_outdated_relationships(repository : Repository, spec_dependencies : Array(ShardsSpec::Dependency), development : Bool)
#