Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 729 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 729 Bytes

Blocks

Welcome to Flojoy's standard Blocks library.

Contribution

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.

Folder Structure

.
├── README.md
├── blocks
├── cli
├── docs
├── fjblock.py
├── poetry.lock
└── pyproject.toml
  • blocks - Contains all the Flojoy Blocks source code
  • docs - Contains the source code for blocks.flojoy.ai