Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 612 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 612 Bytes

Build Status

Collect

Developing Collect

Pre-requisites

  • Stack package manager (>= 2.1.3)
  • GHC Haskell (2010)

Running locally

__

stack run

Running tests

Execute HSpec test cases via

# Run all specs
stack test

# Run individual spec by matcher keyword
stack test --ta=--match=[keyword]

Building artifact

stack install

The resulting artifact will be located in:

  • On Windows x86_64 -> e.g. ~\AppData\Roaming\Local\bin (available through CLI)