add CLI draft

This commit is contained in:
Alexander Foremny
2024-10-11 14:17:33 +02:00
parent 939cc3e115
commit 35bf45a81d
7 changed files with 202 additions and 0 deletions

24
cli/cli.cabal Normal file
View File

@@ -0,0 +1,24 @@
cabal-version: 3.4
name: cli
version: 0.1.0.0
license: BSD-2-Clause
license-file: LICENSE
maintainer: aforemny@posteo.de
author: Alexander Foremny
build-type: Simple
extra-doc-files: CHANGELOG.md
executable cli
main-is: Main.hs
hs-source-dirs: app
other-modules: API.Collection
default-language: GHC2021
ghc-options: -Wall
build-depends:
aeson,
base,
bytestring,
filepath,
optparse-applicative,
sh,
text