Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evref-bl/dart-dep-resolver

A file dependency resolver for Dart project based on their imports declaration. Output a mermaid graph.
https://github.com/evref-bl/dart-dep-resolver

Last synced: 28 days ago
JSON representation

A file dependency resolver for Dart project based on their imports declaration. Output a mermaid graph.

Awesome Lists containing this project

README

        

# dart-dep-resolver
A file dependency resolver for Dart project based on their imports declaration. Output a mermaid graph.

## Installation

The metacello command to run in a playground, to install your packages.

```smalltalk
Metacello new
githubUser: 'Evref-BL' project: 'dart-dep-resolver' commitish: 'main' path: 'src';
baseline: 'BaselineOfDependenciesDartResolver';
load
```

## Example

Paste this smalltalk code into a playground to test it.

```smalltalk
myRootFolder := ('') asFileReference .

DartDependenciesResolver new rootFolder: myRootFolder ; resolve.
```

## API

Note that this API is a work in progress and will evolve over time.

TODO