Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evref-bl/famix-html


https://github.com/evref-bl/famix-html

famix moose

Last synced: about 2 months ago
JSON representation

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
```