Cargando…

The CLI book : writing successful command line interfaces with Node.js /

Your concise step-by-step guide to writing command line clients with Node.js, this book will teach you everything that makes command line clients such as Git and npm so successful, and how to compose the best on your own. --

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kowalski, Robert (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, New York] : Apress, [2017]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.