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

https://github.com/arham09/cal-idn


https://github.com/arham09/cal-idn

Last synced: 11 months ago
JSON representation

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
![result](./example.png?raw=true)

## License

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