https://github.com/wojtekmach/code_info
https://github.com/wojtekmach/code_info
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wojtekmach/code_info
- Owner: wojtekmach
- Created: 2021-01-04T13:27:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T22:50:29.000Z (over 4 years ago)
- Last Synced: 2025-03-06T17:53:47.608Z (7 months ago)
- Language: Elixir
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeInfo
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `code_info` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:code_info, "~> 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/code_info](https://hexdocs.pm/code_info).