How to export a package
Export a single package or package tree
Section titled “Export a single package or package tree”- Right-click the package you want to export in the Explorer
- Select Export…
- Choose a location and filename
- The package and all its descendants (sub-packages, elements, relationships, diagrams, catalogs, property values) are written to a
.farkifile
The exported file is self-contained — it includes everything needed to recreate the package tree in another project.
What’s included
Section titled “What’s included”The export captures:
- The package and all nested sub-packages
- All elements and relationships within the package tree
- All diagrams and catalogs
- All property values
- Notation and constraint definitions (for M2 packages)
- Package import declarations
- Export an M2 metamodel package to share your custom modeling language with colleagues
- Export an M1 model package to create a backup or transfer it to another project
- The
.farkiformat is human-readable JSON — you can inspect it in any text editor .farkifiles can be version-controlled with Git, shared via email, or published to the Farketplace