https://github.com/opensource-nepal/ad2bs
https://github.com/opensource-nepal/ad2bs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/opensource-nepal/ad2bs
- Owner: opensource-nepal
- License: gpl-3.0
- Created: 2024-03-22T06:41:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T03:38:41.000Z (about 1 year ago)
- Last Synced: 2025-06-04T12:46:41.700Z (about 1 year ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ad2bs
Converts a given AD date to BS date and BS date to AD.
## Usage
**Converting AD to BS**
```bash
ad2bs YYYY-MM-DD
```
**Converting BS to AD**
```bash
bs2ad YYYY-MM-DD
```
Example:
```bash
ad2bs 1999-10-29
```
## Installation
```sh
curl -s https://raw.githubusercontent.com/opensource-nepal/ad2bs/main/scripts/install.sh | sh
```