https://github.com/evref-bl/famixtypescriptmodelupdater
This project is similar to FamixJavaModelUpdater but for TypeScript
https://github.com/evref-bl/famixtypescriptmodelupdater
Last synced: 4 months ago
JSON representation
This project is similar to FamixJavaModelUpdater but for TypeScript
- Host: GitHub
- URL: https://github.com/evref-bl/famixtypescriptmodelupdater
- Owner: Evref-BL
- Created: 2025-09-23T11:08:30.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-28T14:30:13.000Z (8 months ago)
- Last Synced: 2025-10-28T15:28:58.885Z (8 months ago)
- Language: Smalltalk
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```st
Metacello new
baseline: 'FamixTypeScriptModelUpdater';
repository: 'github://Evref-BL/FamixTypeScriptModelUpdater:main/src';
load.
```
### Baseline dependency
```st
spec baseline: 'FamixTypeScriptModelUpdater' with: [
spec repository: 'github://evref-bl/FamixTypeScriptModelUpdater:main/src' ].
```
## Usage
```st
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 **