https://github.com/eduardoklosowski/makes
Scripts para criar alguns tipos de arquivos
https://github.com/eduardoklosowski/makes
cli generate-file
Last synced: 2 months ago
JSON representation
Scripts para criar alguns tipos de arquivos
- Host: GitHub
- URL: https://github.com/eduardoklosowski/makes
- Owner: eduardoklosowski
- License: mit
- Created: 2015-02-09T00:47:45.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2020-11-22T04:45:30.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:29:09.454Z (4 months ago)
- Topics: cli, generate-file
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Makes
Scripts para criar alguns tipos de arquivos.
## Comic Book Zip Archive (.cbz)
- **Script:** `makecbz`
- **Argumento:** Diretório contento as imagens
- **Saída:** `$1.cbz`**Exemplo:**
```sh
makecbz diretório
```## EPUB (.epub)
- **Script:** `makeepub`
- **Argumento:** Nome do arquivo do livro (Padrão: nome do diretório atual)
- **Saída:** `$1.epub`**Nota:** `mimetype`, `META-INF` e `EPUB` devem estar no diretório atual.
**Exemplo:**
```sh
makeepub
```