Files
SecGen/modules/generators/content/profession/secgen_metadata.xml

21 lines
713 B
XML

<?xml version="1.0"?>
<generator xmlns="http://www.github/cliffe/SecGen/generator"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
<name>Profession Generator</name>
<author>Thomas Shaw</author>
<module_license>MIT</module_license>
<description>Profession generator using the Faker ruby gem.</description>
<type>string_generator</type>
<type>profession_generator</type>
<type>profession</type>
<type>local_calculation</type>
<platform>linux</platform>
<platform>windows</platform>
<reference>https://github.com/stympy/faker</reference>
<output_type>profession</output_type>
</generator>