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

https://github.com/mamal72/ice-cli

Iranian Calendar Events CLI
https://github.com/mamal72/ice-cli

calendar cli events iranian jalali persian

Last synced: 7 months ago
JSON representation

Iranian Calendar Events CLI

Awesome Lists containing this project

README

          

[![license](https://img.shields.io/github/license/mamal72/ice-cli.svg)](https://github.com/mamal72/ice-cli/blob/master/LICENSE)

# ice-cli
ice-cli is a simple CLI for [Iranian Calendar Events](https://github.com/mamal72/iranian-calendar-events). It can be used for dumping events of a year or month for using in other languges or pre-fetching and storing events for faster response time.

## Installation

```bash
npm i -g ice-cli
```

## Usage

```bash
# ice-cli [month]
ice-cli 1396
ice-cli 1396 10
# You can save JSON output in a file
ice-cli 1396 > events-1396.json
```

## Ideas or Issues

Create an issue and describe it. I'll check it ASAP!

## Contribution

You can fork the repository, improve or fix some part of it and then send the pull requests back if you want to see them here. I really appreciate that. :heart:

## License

Licensed under the [MIT License](https://github.com/mamal72/ice-cli/blob/master/LICENSE).