Add new Nutfile template for project builds

This commit is contained in:
Chipperfluff 2026-04-03 15:25:32 +02:00
parent 8ef38cd8eb
commit f98844efaa
2 changed files with 12 additions and 0 deletions

View File

View File

@ -0,0 +1,12 @@
build:
# name of the resulting build
# Example Build will become example_build.nut
name: Example Build
# name of the folder where the build will be outputted
# build procces will create this folder if it doesn't exist
# its used for build process and the final files will be outputted in this folder
buildFolder: build
# path to the entry point of the project, this is the file that will be executed when the build is run
entry: src/main.nut