class

Hwaro::Services::Importers::Base

Inherits Reference / Object

Constants

YAML_FM_REGEX = /\A---[ \t]*\n(.*?\n?)^---[ \t]*$\n?(.*)\z/m

Regex matching YAML frontmatter: opening --- on the first line and a closing --- on its own line (multiline mode so ^ matches line starts).

Instance methods

run(options : Config::Options::ImportOptions) : ImportResult
Source