Initial commit
[haskell-blog.git] / posts / stackCommand.md
1 ---
2 title: ðŸ”¨ The all in one stack command
3 date: 2018-05-25
4 ---
5
6 ```haskell
7 stack build --fast --test --haddock --file-watch
8 ```