Command Line Tool (CLI) for BS Date (Nepali Date)
Download Latest Binary using Wget from https://github.com/Ulleri-Tech/nepali-date-cli/releases/tag/latest
wget https://github.com/Ulleri-Tech/nepali-date-cli/releases/download/v0.8/nepali-date-cli_0.8_linux_arm64.tar.gz
tar -xzf nepali-date-cli_0.8_linux_arm64.tar.gz convertdate
sudo mv convertdate /usr/bin
brew tap Ulleri-tech/tap-ulleritech
brew install convertdate
convertdate -t #Today's Date in BS
convertdate -A 1993-06-29 # Convert date from AD to BS
convertdate -B 2050-03-15 # Convert date from BS to AD
convertdate -h # Help command
go run main.go
go build -o name-of-binary
git tag -a v0.1 -m "message"
git push origin v0.1
go mod vendor