An open API service indexing awesome lists of open source software.

https://github.com/ansidev/verse-cli

Verse CLI - Get verses by chapter and verse number.
https://github.com/ansidev/verse-cli

bible bible-verse bible-verses cli-app verse verses

Last synced: 5 months ago
JSON representation

Verse CLI - Get verses by chapter and verse number.

Awesome Lists containing this project

README

          

# Verse CLI

## Getting Started

### Installation

```
go install github.com/ansidev/verse-cli@latest
```

### Usage

```
NAME:
verse - Verse CLI

USAGE:
Get verses by chapter and verse number. Example command: verse -c=1 -v=2

COMMANDS:
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--chapter value, -c value Chapter number. Value range: [1-150]. (default: 1)
--verse value, -v value Verse number. Value range: [1-176]. (default: 1)
--help, -h show help
```

## Contact

Le Minh Tri [@ansidev](https://ansidev.xyz/about).

## License

This source code is available under the [AGPL-3.0 LICENSE](/LICENSE).