mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
21 lines
713 B
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> |