/collect

Read a Git project directory, and resolve the stack used - a CLI tool.

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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)