Project

miniflow

0.0
No commit activity in last 3 years
No release in over 3 years
A very small tool to help you execute workflows
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Miniflow

test Gem Version Docs Stable

A very small tool to help you execute workflows

API overview

* FileCheck module
  - check_file(path, extnames)
  - check_file_exist(path)
  - check_file_extname(path, extnames)
  - mkdir_p(*args)

* Flow class
  - run
  - before_run
  - main_run
  - after_run
  - dir
  - odir
  - show_start
  - show_results
  - show_exit_error
  - check_output_files
  - cmd

* Tool class
  - method_missing
  - []
  - available?
  - cmd

* TTYCommand # custom pretty print
  - run2
  - include_meta_character?