Skip to content

Instantly share code, notes, and snippets.

@mattt416
mattt416 / template.json
Created September 25, 2020 14:05 — forked from alexbevi/template.json
Mgeneratejs template
{
"a": { "$integer": {"min": 1, "max": 100 } },
"b": { "$integer": {"min": 1, "max": 500 } },
"c": { "$integer": {"min": 1, "max": 1000 } },
"d": { "$integer": {"min": 1, "max": 5000 } },
"e": { "$integer": {"min": 1, "max": 10000 } },
"numbers": {
"integer": "$integer",
"float": "$floating"
},
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#