Scaffold
Installation
Clone the repo
git clone git@github.com:codemonkey76/scaffold_gleamCompile the program into an executable
cd scaffold_gleam
gleam run -m gleescript
Move to somewhere in your path, e.g. /usr/local/bin
sudo mv scaffold_gleam /usr/local/bin/scaffoldRunning the app
Start a new gleam repo
gleam new my_applicationConfigure as javascript target
Edit your gleam.toml and add target = "javascript"
Create the scaffolding, run from the root of your new project
scaffoldFurther documentation can be found at https://hexdocs.pm/scaffold_gleam.