Popularity
8.6
Stable
Activity
0.0
Stable
16
24
9
Monthly Downloads: 77
Programming language: Haskell
License: MIT License
Latest version: v0.3.47
wolf alternatives and similar packages
Based on the "AWS" category.
Alternatively, view wolf alternatives based on common mentions on social networks and blogs.
-
amazonka-s3-streaming
Provides a conduit based interface to uploading data to S3 using the Multipart API -
aws-cloudfront-signer
Haksell library package for signing URL requests to the AWS CloudFront service -
aws-configuration-tools
Configuration types, parsers and renderers for AWS services using configuration-tools -
aws-elastic-transcoder
extension to the Haskell AWS repository to interface to the AWS Elastic Transcoder service -
amazon-emailer
A simple daemon to process messages put into a postgresql table and mail them out using amazons SES.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai

Do you think we are missing an alternative of wolf or a related project?
README
wolf
Wolf is a wrapper around Amazon Simple Workflow Service: it providers a decider that implements plans, an actor that runs commands, and a registrar that installs plans. See [examples](examples).
Getting started
- Install [Haskell](haskell).
- Install the Haskell package manager [stack](stack).
- Setup your global environment:
mkdir ~/.local/bin
if it doesn't exist already.- add
$HOME/.local/bin
to yourPATH
environment variable.- This is usually in
~/.bashrc
,~/.zshrc
, or similar.
- This is usually in
- Run
stack build
. It should install all dependencies, build binaries, and export those binaries to~/.local/bin
.
Development
wolf
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
# install the project's executables
$ ./Shakefile.hs install
# 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, install, run, and test wolf
, the following dependencies may be required: