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.
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.
All instruction on how to install and start using Kaholo can be found on our user guide.
You can alwasy find our latest source on GitHub. Fork us!
===
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov