Add brand new rojo init command

This commit is contained in:
Lucien Greathouse
2020-03-13 19:33:43 -07:00
parent c1bf9d9dfc
commit f7c0f33eb5
5 changed files with 205 additions and 31 deletions

5
assets/default-model.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
hello = function()
print("Hello world, from {project_name}!")
end,
}