https://github.com/nullndr/exproj
A little template for Elixir projects
https://github.com/nullndr/exproj
elixir elixir-lang elixir-language template
Last synced: 4 months ago
JSON representation
A little template for Elixir projects
- Host: GitHub
- URL: https://github.com/nullndr/exproj
- Owner: nullndr
- Created: 2025-09-09T11:20:25.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T18:58:49.000Z (5 months ago)
- Last Synced: 2025-09-28T20:58:31.829Z (5 months ago)
- Topics: elixir, elixir-lang, elixir-language, template
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Elixir Project
A little template for Elixir projects.
## Development
You can run an interactive shell where to test your code:
```sh
iex -S mix
```
## Testing
This project uses [`mix test`](https://hexdocs.pm/mix/Mix.Tasks.Test.html) to run the tests:
```sh
mix test
```
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exproj` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exproj, "~> 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 .