Skip to content

Installation and setup

1. Install the fy CLI Tool

Using poetry:

poetry add fy-tool-cli

Using pip:

pip install fy-tool-cli

Then run it with following command

fy [--root <path to the source root>] <path to the folder to process>

It is a good practice to connect the script to a shortcut inside your IDE so you can run it as often as you write some fy code that needs to be processed.