Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tristancacqueray/hs-butler

A cli butler as an haskell toy project
https://github.com/tristancacqueray/hs-butler

Last synced: 14 days ago
JSON representation

A cli butler as an haskell toy project

Awesome Lists containing this project

README

        

# A cli butler as an haskell toy project

Build using

```
$(nix-build)/bin/butler --version
```

Run with

```
nix-shell --run 'cabal new-run exe:butler -- --help'
```

Dev with

```
nix-shell --run ghcid
```