Skip to content

nilha/lua-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mail client with lua

idea

  • send mail via sendinblue api (transactional mail)
  • scripting with lua
  • make executable and run in docker

lesson

  • how lua works
  • creation of executable (static lua)

install

  • lua
    • brew install lua
  • package manager
    • brew install luarocks
  • lua modules
    • make install

commands

  • see@Makefile

  • make dev

  • make lint

  • make compile

  • make docker (wip)

docs

todos

  • how lua works
  • create mail client
  • make executable
  • docker
  • junit tests
  • integration tests
  • grpc impl?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published