gleam/test/project
2021-10-30 22:33:49 +01:00
..
.github/workflows Test project 2021-10-26 22:11:34 +01:00
src Test project 2021-10-26 22:11:34 +01:00
test Test dev dep 2021-10-28 19:27:09 +01:00
.gitignore Test project 2021-10-26 22:11:34 +01:00
gleam.toml Re-add package 2021-10-28 22:48:28 +01:00
manifest.toml Tweak wording 2021-10-30 22:33:49 +01:00
README.md Test dev dep 2021-10-28 19:27:09 +01:00

Project

A test Gleam project.

It covers these features:

  • Downloading packages
    • Specified in config.dependencies
    • Specified in config.dev-dependencies
  • Importing packages
    • Specified in config.dependencies
    • Specified in config.dev-dependencies
  • Compilation of Gleam code
    • in src
    • in test
  • Compilation of locally defined Erlang modules
    • in src
    • in test
  • Importing of Erlang header files
    • in src
    • in test
  • Importing Gleam src code into test

Quick start

gleam deps download
gleam run
gleam test