Popularity
7.0
Stable
Activity
0.0
Stable
3
11
0

Monthly Downloads: 112
Programming language: Haskell
License: MIT License
Tags: Development    

shakers alternatives and similar packages

Based on the "Development" category.
Alternatively, view shakers alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of shakers or a related project?

Add another 'Development' Package

README

shakers

Build status

A library of shake helpers.

Development

shakers has a shakefile/makefile to provide convience around building and testing:

# build the project's libraries, executables, and tests
$ ./Shakefile.hs build-tests-error

# test the project
$ ./Shakefile.hs tests-error

# start an interpreter with the project's libraries, executables, and tests loaded
$ ./Shakefile.hs ghci-tests

# clean the project
$ ./Shakefile.hs clean

# lint the project source code
$ ./Shakefile.hs lint

# format the project source code
$ ./Shakefile.hs format

Dependencies

To build and test shakers, the following dependencies may be required: