libncurses
Ncurses library bindings for Crystal Language
Installation
-
Add the dependency to your
shard.yml
:dependencies: libncurses: github: mjblack/libncurses
-
Run
shards install
Usage
require "libncurses"
See examples and ncurses documentation on how to use the library.
Contributing
- Fork it (https://github.com/mjblack/libncurses/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
Contributors
- Matthew J. Black - creator and maintainer