Build Awesome Command-Line Applications in Ruby
David B. Copeland
Broschiertes Buch

Build Awesome Command-Line Applications in Ruby

Control Your Sputer, Simplify Your Life

Versandkostenfrei!
Versandfertig in über 4 Wochen
31,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
Speak directly to your system. With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life.As Ruby pro David Copeland explains, writing a command-line application that is self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, since it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Moreover, Ruby has the support of a rich ecosystem of...