Created
September 19, 2020 10:37
-
-
Save Metras/7922f9b7daa892cbdd99b18268e305e5 to your computer and use it in GitHub Desktop.
Archi Scripts for jArchi: Search "#jarchi extension:ajs" to find them
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Archi Scripts for jArchi: Search "#jarchi extension:ajs" to find them. | |
jArchi – Scripting for Archi | |
Version 0.8.0 | |
This is an extension to Archi that allows scripting using the JavaScript language. The jArchi scripting API has access to the components of an Archi model so that you can construct your own tasks and queries to achieve things that you might not be able to do easily via the user interface. For example you could write a jArchi script to: | |
Generate reports | |
Create heat maps | |
Import and export to and from different formats | |
Query models | |
Quickly replace or merge concepts | |
Find and remove redundant elements | |
Batch processing | |
jArchi users can share their scripts and learn from each other, see here for some shared scripts. | |
We’ve written about what jArchi is and how we’re distributing it in this blog post. | |
The source code for jArchi is freely available at GitHub, but if you would like the compiled version as a ready-to-go drop-in Archi plug-in with examples and some support then this option is available for all Patreon members and for PayPal contributors. If you have already contributed to Archi by PayPal or by other means, please contact us to get this download. | |
Requires Archi version 4.6 or later. | |
Archi Export to Excel | |
This is a plug-in for Archi that exports model data (elements, relationships, properties) to an Excel spreadsheet file. | |
Direct export to Microsoft *.xlsx file format | |
Analyse your model data in Excel | |
Requires Archi version 4.5.1 or later. | |
This is available for Patreon members as a thank-you for your support ($5 or more a month). | |
Become a Patron | |
Installing Archi plug-ins | |
These instructions are for Archi 4.6 or later. If you have an earlier version of Archi the method of installing a plug-in will be different. For better compatibility please update to version 4.6 or later. | |
Download the Archi plug-in file or files. | |
In Archi, select “Manage Plug-ins…” from the main Help menu. | |
From the Plug-ins Manager window, select “Install New…” and select the file or files (*.archiplugin or *.zip extension). | |
When prompted, allow Archi to restart. The plug-in(s) will then be installed when Archi restarts. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment