mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
22 lines
762 B
XML
22 lines
762 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>Application Name Generator</name>
|
|
<author>Thomas Shaw</author>
|
|
<module_license>MIT</module_license>
|
|
<description>Application name generator using Faker ruby gem.</description>
|
|
|
|
<type>string_generator</type>
|
|
<type>application_name_generator</type>
|
|
<type>application_name</type>
|
|
<type>product</type>
|
|
<type>local_calculation</type>
|
|
<platform>linux</platform>
|
|
<platform>windows</platform>
|
|
|
|
<reference>https://github.com/stympy/faker</reference>
|
|
|
|
<output_type>application_name</output_type>
|
|
</generator> |