Welcome to Flojoy's standard Blocks library.
You can find the contribution guide over at here
Note that we will no longer be using the main
+ develop
branching combo
like we did before. All PRs should be made to the main
branch from now on.
For releases, we will use the git's tags feature instead of relying on main
.
.
├── README.md
├── blocks
├── cli
├── docs
├── fjblock.py
├── poetry.lock
└── pyproject.toml
blocks
- Contains all the Flojoy Blocks source codedocs
- Contains the source code for blocks.flojoy.ai