INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
ideally one sentence >
| ------------------------------------------------------------------ | |
| ------------------------------------------------------------------ | |
| ------------LUA SUMMARY------------------------------------------- | |
| ------------------------------------------------------------------ | |
| ------------------------------------------------------------------ | |
| --This is a comment. For Lua, comments are invisible. | |
| --We can type everything we want in here, without causing errors | |
| --To make a multi-line comment we use --[[]] | |
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/
While the following structure is not an absolute requirement or enforced by the tools, it is a recommendation based on what the JavaScript and in particular Node community at large have been following by convention.
Beyond a suggested structure, no tooling recommendations, or sub-module structure is outlined here.
lib/ is intended for code that can run as-issrc/ is intended for code that needs to be manipulated before it can be used| # 0 is too far from ` ;) | |
| set -g base-index 1 | |
| # Automatically set window title | |
| set-window-option -g automatic-rename on | |
| set-option -g set-titles on | |
| #set -g default-terminal screen-256color | |
| set -g status-keys vi | |
| set -g history-limit 10000 |