Add new Nutfile template for project builds
This commit is contained in:
parent
8ef38cd8eb
commit
f98844efaa
12
nut/templates/project/Nutfile
Normal file
12
nut/templates/project/Nutfile
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user