Module helpers

Source

Functionsยง

check_for_staged_files
commit_angular_standard
commit_conventional_standard
It asks the user for a commit type, scope, subject, body, breaking changes, and referenced issues, then logs a prettified version of the commit message to the user before returning it
commit_standard_none
get_body
get_breaking_changes
get_commit_message_format
It asks the user to select a commit message format, and returns the selected format
get_commit_type
It takes a list of commit types, prompts the user to select one, and returns the selected commit type
get_referenced_issues
get_remaining_subject_length
It returns the number of characters that can be used in the subject line of a commit message
get_scope
It asks the user for the scope of the change, and returns the answer
get_subject
process_commit_message
Loop that asks the user for a commit message format, then asks the user to confirm the commit message generated via the selection w/ the cli.