The CLI Book Writing Successful Command Line Interfaces with Node.js /

Learn everything that makes command line clients such as Git and npm so successful, and how to compose the best on your own. This book is your concise step-by-step guide to writing command line clients with Node.js. You'll start by discovering what is needed for a successful command line client...

Full description

Bibliographic Details
Main Author: Kowalski, Robert (Author)
Corporate Author: SpringerLink (Online service)
Format: Electronic eBook
Language:English
Published: Berkeley, CA : Apress : Imprint: Apress, 2017.
Subjects:
Online Access:Full Text via HEAL-Link
Table of Contents:
  • 1. What Makes a Good CLI?
  • 2. Writing a Database Administration Tool with Node.js
  • 3. Making Our CLI more Accessible
  • 4. Migrating Large Amounts of Data using Streams
  • Appendix A. Tips and Tricks.