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

https://github.com/shakadak/text_graph_2d

parse graph represented as text in 2 dimensions using basic syntax
https://github.com/shakadak/text_graph_2d

Last synced: 6 months ago
JSON representation

parse graph represented as text in 2 dimensions using basic syntax

Awesome Lists containing this project

README

          

# TextGraph2d

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `text_graph_2d` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:text_graph_2d, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/text_graph_2d](https://hexdocs.pm/text_graph_2d).

# text_graph_2d