Darling

Version, currently master branch1 version
  • master branchlatestJul 3, 2017

github.com/Nephos/Darling

Darling is a personnal programming assisant.

0 stars
0 dependents
License: GPL-3.0

Installation

# Add this to your shard.yml
dependencies:
  Darling:
    github: Nephos/Darling
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
GPL-3.0
Author
Arthur Poulet <arthur.poulet@mailoo.org>

Dependencies

Runtime Dependencies

  • libnotify~> 0.2.0github: splattael/libnotify.cr

README

# Darling

Darling is a personnal programming assisant.

Works with crystal v0.23.0

## Installation

Requires ``libnotify``.

```
make
```


## Usage

```
./Darling
```


## Development

TODO: Write development instructions here


## Contributing

1. Fork it ( https://github.com/Nephos/Darling/fork )
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

- [Nephos](https://github.com/Nephos) Arthur Poulet - creator, maintainer