Meta Generate¶
meta generate command collects metadata from the Foliant project and saves it into a YAML-file.
Usage¶
To generate meta file run the meta generate command:
$ foliant meta generate
Metadata for the document will appear in the meta.yml file.
Config¶
Meta generate command has just one option right now. It is specified under meta section in config:
meta:
filename: meta.yml
filename- name of the YAML-file with generated project metadata.