diff --git a/Plugins/GenerateApiDump.rbxm b/Plugins/GenerateApiDump.rbxm index abf38dd..6ed5b98 100644 Binary files a/Plugins/GenerateApiDump.rbxm and b/Plugins/GenerateApiDump.rbxm differ diff --git a/Plugins/default.project.json b/Plugins/default.project.json new file mode 100644 index 0000000..73e498f --- /dev/null +++ b/Plugins/default.project.json @@ -0,0 +1,8 @@ +{ + "name": "GenerateApiDump", + + "tree": + { + "$path": "GenerateApiDump" + } +} \ No newline at end of file diff --git a/Plugins/place.project.json b/Plugins/place.project.json new file mode 100644 index 0000000..7f11180 --- /dev/null +++ b/Plugins/place.project.json @@ -0,0 +1,18 @@ +{ + "name": "GenerateApiDump", + + "tree": + { + "$className": "DataModel", + + "ReplicatedStorage": + { + "$className": "ReplicatedStorage", + + "GenerateApiDump": + { + "$path": "GenerateApiDump" + } + } + } +} \ No newline at end of file diff --git a/Plugins/rojo-build.bat b/Plugins/rojo-build.bat new file mode 100644 index 0000000..4270dec --- /dev/null +++ b/Plugins/rojo-build.bat @@ -0,0 +1,4 @@ +@echo off +rojo build -o GenerateApiDump.rbxm + +pause \ No newline at end of file diff --git a/Plugins/rojo-build.sh b/Plugins/rojo-build.sh new file mode 100644 index 0000000..f44cc54 --- /dev/null +++ b/Plugins/rojo-build.sh @@ -0,0 +1 @@ +rojo build -o GenerateApiDump.rbxm diff --git a/Plugins/rojo-serve.bat b/Plugins/rojo-serve.bat new file mode 100644 index 0000000..4cb5052 --- /dev/null +++ b/Plugins/rojo-serve.bat @@ -0,0 +1,4 @@ +@echo off +rojo serve place.project.json + +pause \ No newline at end of file diff --git a/Plugins/rojo-serve.sh b/Plugins/rojo-serve.sh new file mode 100644 index 0000000..75bc9c9 --- /dev/null +++ b/Plugins/rojo-serve.sh @@ -0,0 +1 @@ +rojo serve place.project.json