Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages

Generated from fybrik/template-module