https://github.com/d2verb/duper
https://github.com/d2verb/duper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/d2verb/duper
- Owner: d2verb
- Created: 2023-01-14T10:48:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T10:48:43.000Z (over 3 years ago)
- Last Synced: 2025-01-16T07:38:52.353Z (over 1 year ago)
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Duper
特定ディレクトリ配下に存在する重複ファイルを検出するツール
see: プログラミングElixir第2版の19章
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `duper` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:duper, "~> 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 .