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
- Host: GitHub
- URL: https://github.com/mamal72/ice-cli
- Owner: mamal72
- License: mit
- Created: 2017-06-08T19:24:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T04:52:39.000Z (over 8 years ago)
- Last Synced: 2024-10-14T01:47:09.939Z (12 months ago)
- Topics: calendar, cli, events, iranian, jalali, persian
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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).