mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 09:05:46 +00:00
6 lines
366 B
Plaintext
6 lines
366 B
Plaintext
console: a console application (or webserver)
|
|
lib: a library
|
|
webapp: A web app (for webview or eventual cloud OS)
|
|
template: used for project templates
|
|
compile_tool: run before source is compiled for project if it is in the dependency tree for the project (and is not linked to said projects)
|
|
tool: a tool invokable via crosslang (gets Tesses.CrossLang.Args for free) |