Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evref-bl/famix-html
https://github.com/evref-bl/famix-html
famix moose
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/evref-bl/famix-html
- Owner: Evref-BL
- Created: 2023-05-17T06:41:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:27:05.000Z (11 months ago)
- Last Synced: 2024-02-21T16:03:00.415Z (11 months ago)
- Topics: famix, moose
- Language: Smalltalk
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Famix-Html
[![Coverage Status](https://coveralls.io/repos/github/Evref-BL/Famix-Html/badge.svg?branch=main)](https://coveralls.io/github/Evref-BL/Famix-Html?branch=main)
A Famix meta-model to represent HTML files.
## Installation
```st
Metacello new
githubUser: 'Evref-BL' project: 'Famix-Html' commitish: 'main' path: 'src';
baseline: 'FamixHtml';
load
```## Usage
```st
importer := FamixHtmlImporter new.
importer model: FamixHtmlModel new.importer importString: '
'.
hello
importer model
```