Skip to content

GettEngineering/effe

Repository files navigation

Effe

Build Status codecov codebeat badge Maintainability Go Report Card GitHub GoDoc

Effe is an orchestration engine for business-logic

Installing

go get github.com/GettEngineering/effe/cmd/effe

Run

$ effe -h
Usage of effe:
  -d    draw diagrams for business flows
  -out string
        draw output directory (default "graphs")
  -v    show current version of effe

and ensuring that $GOPATH/bin is added to your $PATH.

Documentation & Getting Started

http://gettengineering.github.io/effe

Getting Started guide.

Issues/Problems/Ideas

https://github.com/GettEngineering/effe/issues

Get support

Effe is maintained by Gett. Use github issue tracking for any support request.

License

Copyright (c) 2020 Gett

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.