Quickstart
Installation
gem "operandi", "~> 3.0"bundle add operandi --version "~> 3.0"Create ApplicationService
ApplicationServiceFor Rails Applications
bin/rails generate operandi:installFor Non-Rails Applications
Create Your First Service
Run the Service
Check for Success or Failure
Raise on Error with run!
run!What's Next?
Last updated