Skip to content

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

License

Notifications You must be signed in to change notification settings

ddubson/collect

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published