Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 931 Bytes

File metadata and controls

26 lines (17 loc) · 931 Bytes

template-module

This is a template github repository that helps make a fybrik module faster and easier.

Requirements:

  • python 3.8+
  • jinja lib installed (pip install jinja)

Usage:

  1. Create a template with the green button at the top "Use this template" (more detailed explaination).

  2. Change config.json to your desired module configuration with the fields given.

config.json is set at the begining as an example to match delete-module

  1. Create the new module with:
python3 traverse.py
  1. If all the files were created correctly, clean up the tempalte files with:
rm -r template-files traverse.py config.json