Skip to content

kojix2/miniflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Languages