Init Command
The init
command is used create files for a new project in the current directory.
Usage
zune init [template]
Templates
- <none> - Create a new project template.
bare
- Create a blank template.module
- Create a module template.
Sample Tree
Project
- zune.toml
- main.luau
Bare
- zune.toml
Module
- zune.toml
- init.luau
- init.luau
Last updated on