novel-cli 0.17.0

A set of tools for downloading novels from the web, manipulating text, and generating EPUB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
update:
    prek auto-update
    cargo upgrade --incompatible
    cargo update

fmt:
    cargo +nightly fmt
    prettier --write .
    taplo fmt *toml
    just --fmt --unstable

check:
    prek run --all-files
    cargo deny --workspace --all-features --locked check
    cargo clippy --workspace --all-targets --all-features --locked -- --deny warnings

test:
    cargo nextest run --workspace --all-targets --all-features --locked