A small Nepali calendar program in the terminal.
Download Crystal for your system.
Then clone the repo and build the app.
git clone https://github.com/pes18fan/ncal
cd ncal
shards build ncal
ncal
will be built in the folder ./bin/ncal
.
Check ncal --help
.
At this point, I consider this project to be fairly complete; it's not much more than a simple app to check the date. However, many parts of the code (including the way date conversion is done) is fairly hacky so feel free to contribute if you have a better way, found an issue in it, or just want to add something new!
- Fork it (https://github.com/pes18fan/ncal/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- pes18fan - creator and maintainer