Skip to content

Commit

Permalink
chore: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyuuki committed Nov 4, 2023
1 parent 2b93c16 commit 7eae159
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# EPUB Images extractor

[![Build Status](https://travis-ci.org/taiyuuki/ei-extractor.svg?branch=master)](https://travis-ci.org/taiyuuki/ei-extractor)

ei-extractor is a command tool to extract images from EPUB files.

## Download

- [Windows](https://github.com/taiyuuki/ei-extractor/releases/download/0.1.0/ei-extractor.exe)

```bash
curl -L https://github.com/taiyuuki/ei-extractor/releases/download/0.1.0/ei-extractor.exe -o ei-extractor.exe
```

## Usage

```bash
Usage: ei-extractor.exe <EPUB File>

Arguments:
<EPUB File>

Options:
-h, --help Print help
-V, --version Print version
```

0 comments on commit 7eae159

Please sign in to comment.