https://github.com/mjblack/libncurses
NCurses library bindings for Crystal Language
https://github.com/mjblack/libncurses
crystal crystal-lang crystal-language ncurses ncurses-library
Last synced: 4 months ago
JSON representation
NCurses library bindings for Crystal Language
- Host: GitHub
- URL: https://github.com/mjblack/libncurses
- Owner: mjblack
- License: mit
- Created: 2025-01-02T18:58:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-07T14:52:43.000Z (11 months ago)
- Last Synced: 2025-05-07T15:49:26.499Z (11 months ago)
- Topics: crystal, crystal-lang, crystal-language, ncurses, ncurses-library
- Language: Crystal
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libncurses
Ncurses library bindings for [Crystal Language](https://crystal-lang.org)
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
libncurses:
github: mjblack/libncurses
```
2. Run `shards install`
## Usage
```crystal
require "libncurses"
```
See examples and ncurses documentation on how to use the library.
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Matthew J. Black](https://github.com/mjblack) - creator and maintainer