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
- Host: GitHub
- URL: https://github.com/shakadak/text_graph_2d
- Owner: Shakadak
- Created: 2020-09-18T09:24:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T11:51:17.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T15:50:16.996Z (8 months ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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