Deep Dive
Welcome to deeper level of the ice mountain.
Project Structure
-- lib
| -- main.ei
-- lia.yaml
Let’s explore the file structure of the ellie project.
lib
is the folder where all the code belongslib/main.ei
is the main file generated by default.lia.yaml
is the configuration file for ellie.
Config command
Lia has a internal config command that allows you to set and get config values.
lia config get <key>
lia config set <key> <value>
lia config getAll