demoon
Lua + Node = demoon
File Explorer
- publish.yml
- settings.json
- demoon
- main.lua
- sleep.js
- sleep.lua
- index.js
- legacyclasses.js
- std.lua
- .gitignore
- .npmignore
- LICENSE
- package-lock.json
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
lua
View Details ▼
lua
A powerful, light-weight embeddable programming language.
lua
Start an interactive Lua shell:
lua {{path/to/script.lua}} {{--optional-argument}}
Execute a Lua script:
lua -e '{{print("Hello World")}}'
Execute a Lua expression:
node
View Details ▼
node
Server-side JavaScript platform (Node.js).
node {{path/to/file}}
Run a JavaScript file:
node
Start a REPL (interactive shell):
node --watch {{path/to/file}}
Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
// repository documentation
Was this content helpful?
(0 ratings)
