Skip to content

Evref-BL/FamixTypeScriptModelUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

FamixTypeScriptModelUpdater

This project is similar to FamixJavaModelUpdater but for TypeScript. The main task of it is to update Famix and FAST models following modifications.

Installation

From playground

Metacello new 
  baseline: 'FamixTypeScriptModelUpdater';
  repository: 'github://Evref-BL/FamixTypeScriptModelUpdater:main/src';  
  load.

Baseline dependency

spec baseline: 'FamixTypeScriptModelUpdater' with: [ 
  spec repository: 'github://evref-bl/FamixTypeScriptModelUpdater:main/src' ].

Usage

FTSMUModelUpdater new
  famixModel: self mooseModel;
  fastModel: fast;
  famixEntity: famixEntity;
  update

Developers

You can build the output.json using ts2famix documented here: https://fuhrmanator.github.io/posts/typescript-in-moose/index.html.

💡⚠️ NB
The project is still at the very beginning.
We keep updating it to meet our needs.
Your contributions are more than welcome!
**Enjoy **

About

This project is similar to FamixJavaModelUpdater but for TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published