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

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

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