Skip to content

Releases: localgod/tsarchi

1.0.2

13 Aug 10:33
2d2a168

Choose a tag to compare

What’s Changed

📦 Dependencies

1.0.0

04 Jun 08:20

Choose a tag to compare

Release Notes

1.0.0 - Initial Core Functionality

This release introduces the foundational components for working with Archimate models in TypeScript.

Key Features:

  • Archimate XML Parsing: Added the ability to load and parse Archimate models from .archimate XML files into an internal data structure.
  • Archimate XML Serialization: Implemented the functionality to serialize the internal model representation back into the standard .archimate XML format.
  • Command-Line Interface (CLI): Included a basic sync command that allows loading a model from a specified input file and saving it to an output file.
  • Model Structure Support: Core parsing and serialization logic supports Archimate folders, elements, properties, bounds, and source connections.
  • XML Handling: Utilizes the fast-xml-parser library for efficient XML processing.

How to Use (CLI):

sync -i <input_file.archimate> -o <output_file.archimate>