Skip to content

Latest commit

 

History

History

project_javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Project

A test Gleam project.

It covers these features:

  • Downloading packages
    • Specified in config.dependencies
  • Importing packages
    • Specified in config.dependencies
  • Compilation of Gleam code
    • in src
    • in test
  • Importing Gleam src code into test

These features are not tested yet

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

Quick start

gleam run
gleam test