Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.29 KB

File metadata and controls

60 lines (41 loc) · 1.29 KB

About

Kaholo is an open source workflow automation orchestrator that will help you to focus on what matters. Built with Node.js, with a growing community and plugins it will allow you to easily build and execute your automation on any amount of agents.

What to Use Kaholo for

Use Kaholo to automate all your workflow so you can focus on work that matters most. Kaholo is commonly used for:

  • CI/CD
  • Running automated tests
  • Backup databases

Execute repetitive workflows and tasks, save time, and optimize your development process.

User Guide

All instruction on how to install and start using Kaholo can be found on our user guide.

Source

You can alwasy find our latest source on GitHub. Fork us!

===

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov