Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tristancacqueray/hs-butler
- Owner: TristanCacqueray
- License: bsd-3-clause
- Created: 2020-04-05T13:19:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T23:18:29.000Z (about 4 years ago)
- Last Synced: 2024-10-11T01:38:38.717Z (27 days ago)
- Language: Haskell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```