https://github.com/nerdbeere/elixir-changelog-parser
https://github.com/nerdbeere/elixir-changelog-parser
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nerdbeere/elixir-changelog-parser
- Owner: nerdbeere
- Created: 2016-09-25T14:52:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T14:52:43.000Z (over 9 years ago)
- Last Synced: 2025-06-01T02:06:05.753Z (about 1 year ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Changelogparser
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `changelogparser` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:changelogparser, "~> 0.1.0"}]
end
```
2. Ensure `changelogparser` is started before your application:
```elixir
def application do
[applications: [:changelogparser]]
end
```