https://github.com/arham09/cal-idn
https://github.com/arham09/cal-idn
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arham09/cal-idn
- Owner: arham09
- Created: 2024-01-28T13:11:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T13:42:54.000Z (over 2 years ago)
- Last Synced: 2025-01-18T03:43:09.502Z (over 1 year ago)
- Language: Go
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Indonesian Calender CLI
CLI app to show monthly calendar and list of holiday within that month for Indonesia.
## Features
- Holidays in Indonesia
## Installation
### From source
Go version > v1.16 is required
```bash
go env -w GOBIN=$GOPATH/bin // setup GOBIN first, ignore if you already did
cd cal-idn
go install
```
### Brew
```bash
brew tap arham09/tools
brew install cal-idn
```
## Examples

## License
[MIT](https://choosealicense.com/licenses/mit/)