Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 564 Bytes

Tuleap Functions examples

This repository is a collection of example Tuleap Functions you can use in Tuleap.

Currently Tuleap handle custom code execution in these contexts:

  • Artifact post action

You can retrieve example Function in corresponding sub directories.


Functions can be write in any languages supporting WASI Preview 1 (https://github.com/WebAssembly/WASI).

Check the Tuleap documentation for more information on how to use these Functions along with Tuleap.

Your are welcome to contribute to this repository by adding your own examples.