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.
- Host: GitHub
- URL: https://github.com/ansidev/verse-cli
- Owner: ansidev
- License: agpl-3.0
- Created: 2022-11-08T00:28:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T19:47:45.000Z (over 2 years ago)
- Last Synced: 2024-06-20T02:13:00.319Z (almost 2 years ago)
- Topics: bible, bible-verse, bible-verses, cli-app, verse, verses
- Language: Go
- Homepage:
- Size: 77.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).