Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life (Paperback)
暫譯: 用 Ruby 2 建立精彩的命令列應用程式:掌控你的電腦,簡化你的生活 (平裝本)

David B. Copeland

  • 出版商: Pragmatic Bookshelf
  • 出版日期: 2013-11-25
  • 定價: $990
  • 售價: 8.8$871
  • 語言: 英文
  • 頁數: 224
  • 裝訂: Paperback
  • ISBN: 1937785750
  • ISBN-13: 9781937785758
  • 相關分類: Ruby
  • 立即出貨(限量) (庫存=2)

買這商品的人也買了...

相關主題

商品描述

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. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.

Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.

Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.

With Ruby, the command line is not dead. Long live the command line.

商品描述(中文翻譯)

直接與您的系統對話。透過簡單的命令、標誌和參數,一個良好設計的命令列應用程式是自動化備份、建置或部署的最快方式,並簡化您的生活。在這本書中,您將學習使用一套清晰的最佳實踐和 Ruby 程式語言來編寫易於使用、部署和維護的命令列應用程式的具體方法。本書旨在使 任何 程式設計師或系統管理員在工作中更具生產力。現在已更新至 Ruby 2。

編寫一個自我文件化、穩健、可適應且永遠有用的命令列應用程式比您想像的要簡單。Ruby 特別適合這項任務,因為它將高階抽象與「接近底層」的系統互動結合在一起,並包裹在簡潔、可讀的語法中。此外,Ruby 擁有豐富的開源工具和庫的生態系統支持。

十個深刻的章節各自解釋並示範一個命令列最佳實踐。您將看到如何使用這些工具將最基本的自動化腳本提升為可維護的、精緻的應用程式。您將學習如何使用免費的開源解析器來創建用戶友好的命令列介面以及命令套件。您將看到如何使用預設值來簡化日常用戶的選項,同時為進階用戶提供更複雜任務的選項。無論是作為幫助命令的一部分還是 man 頁面,命令列應用程式都不應缺乏文件;您將了解何時以及如何使用這兩者。從命令列新手到專家的旅程以測試您的應用程式的寶貴方法結束,並包括一些有趣的技術,用於創造獨特且色彩繽紛的介面,讓您的用戶感到愉悅。

有了 Ruby,命令列並未消亡。命令列萬歲。