functional utility library for javascript
This is a cli utlity for adding revision hashes to file names
Namespace for `benry-*` gems.
(OBSOLETE; use 'benry-unixcommand' gem instead.)
Small library for configuration of application. See https://kwatch.github.io/benry-ruby/benry-config.html for details.
Benry-CmdApp is a framework to create command-line application like `git`, `docker`, or `npm` commands. If you want create a command-line application which takes sub-commands, Benry-CmdApp is the solution. See https://kwatch.github.io/benry-ruby/benry-cmdapp.html for details.
Command option parser, much simpler and better than `optparse.rb`. Why not `optparse.rb`? See https://kwatch.github.io/benry-ruby/benry-cmdopt.html#why-not-optparserb for details.
Unix commnads implementation. Similar to `fileutils.rb`, but better than it. See https://kwatch.github.io/benry-ruby/benry-unixcommand.html for details.
Benry-ActionRunner is a Action runner or Task runner, like Rake or Gulp. Compared to Rake, actions of Benry-ActionRunner can take their own options and arguments. For example, `arun hello --lang=fr Alice` runs `hello` action with an option `--lang=fr` and an argument `Alice`. Benry-ActionRunner is also an example application of Benry-CmdApp framework. See https://kwatch.github.io/benry-ruby/benry-actionrunner.html for details.
Benry-recorder is a tiny utility that can: * Record method calls of target object. * Define fake methods on target object. * Create fake object which has fake methods.