Skip to content
/ wolf Public

Wolf is a wrapper around Amazon Simple Workflow Service.

License

Notifications You must be signed in to change notification settings

swift-nav/wolf

Repository files navigation

wolf

Package version Build status Dependency status

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.

Getting started

  1. Install Haskell.
  2. Install the Haskell package manager stack.
  3. Setup your global environment:
    1. mkdir ~/.local/bin if it doesn't exist already.
    2. add $HOME/.local/bin to your PATH environment variable.
      • This is usually in ~/.bashrc, ~/.zshrc, or similar.
  4. 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:

About

Wolf is a wrapper around Amazon Simple Workflow Service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published