Skip to content

How to Create the Skeleton of an Operator

Cesar Celis edited this page Aug 22, 2024 · 19 revisions

Objective:

To create the skeleton of an operator

Steps:

  • Prepare an empty folder to work with:
cd ~
rm -rf ~/tmp
cd ~
mkdir ~/tmp
cd ~/tmp
Clone this wiki locally