Skip to content
/ template.mo Public template

Template for creating libraries in motoko

License

Notifications You must be signed in to change notification settings

NatLabs/template.mo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[New Motoko Library]

This template is a version of motoko-library-template that uses the motoko-unit-tests library in the tests/utils directory

Makefile Commands

  • make test
    • runs your motoko tests by interpreting the code with the motoko compiler
    • Tests files have to be in the /tests directory and end with .Test.mo
  • make doc
    • creates html and markdown documentation from your inline comments (comments starting with 3 backslashes ///)

Github Actions

  • Actions for running tests every time there is a push or pull request to the main branch

About

Template for creating libraries in motoko

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published