setup
This commit is contained in:
parent
dcd94e5140
commit
3b71f22ece
4 changed files with 28 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
# ---> Beef
|
# ---> Beef
|
||||||
build/
|
build/
|
||||||
recovery/
|
recovery/
|
||||||
|
deps/
|
||||||
BeefSpace_User.toml
|
BeefSpace_User.toml
|
||||||
|
|
||||||
|
|
5
BeefProj.toml
Normal file
5
BeefProj.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FileVersion = 1
|
||||||
|
|
||||||
|
[Project]
|
||||||
|
Name = "bdocs"
|
||||||
|
StartupObject = "bdocs.Program"
|
5
BeefSpace.toml
Normal file
5
BeefSpace.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FileVersion = 1
|
||||||
|
Projects = {bdocs = {Path = "."}}
|
||||||
|
|
||||||
|
[Workspace]
|
||||||
|
StartupProject = "bdocs"
|
17
pkkg
Normal file
17
pkkg
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
#This is the pkkg template file
|
||||||
|
l Name bdocs
|
||||||
|
|
||||||
|
t Desc Generates documentation for Beef projects, by reading comments embedded into the sourcecode
|
||||||
|
|
||||||
|
l Url https://code.booklordofthe.dev/Booklordofthedings/bdocs
|
||||||
|
|
||||||
|
a Authors
|
||||||
|
o Book
|
||||||
|
l Name Booklordofthedings
|
||||||
|
l Url https://Boooklordofthe.dev
|
||||||
|
|
||||||
|
a Dependencies
|
||||||
|
o Bofa
|
||||||
|
l Name Bofa
|
||||||
|
l Url https://code.booklordofthe.dev/Booklordofthedings/Bofa.git
|
||||||
|
l Tag 1.0.0
|
Loading…
Add table
Reference in a new issue