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 (author)
Format: eBook
Language:Inglés
Published: Berkeley, CA : Apress 2017.
Edition:1st ed. 2017.
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631114706719
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.