chore: initialize project template
This commit is contained in:
commit
3857b5dfa3
15 changed files with 3728 additions and 0 deletions
15
justfile
Normal file
15
justfile
Normal file
|
@ -0,0 +1,15 @@
|
|||
default:
|
||||
@just --list
|
||||
|
||||
# Run hoogle
|
||||
docs:
|
||||
echo http://127.0.0.1:8888
|
||||
hoogle serve -p 8888 --local
|
||||
|
||||
# Run cabal repl
|
||||
repl *ARGS:
|
||||
cabal repl {{ ARGS }}
|
||||
|
||||
# Run ghcid -- auto-recompile and run `main` function
|
||||
run:
|
||||
ghcid -T :main
|
Loading…
Add table
Add a link
Reference in a new issue