Writing Successful Command Line Interfaces with Node.js
E-Book, Englisch, 109 Seiten, eBook
ISBN: 978-1-4842-3177-7
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
You'll start by discovering what is needed for a successful command line client and develop a solid foundation for practical skill. Next you will build an application based on learned principles in Node.js. The sometimes-puzzling world of streaming is fully explained with practical examples, as well as unit testing and integration testing. Lastly you'll explore a full range of tips and tricks designed to make the daily life of a software maintainer easier.
The Node.js ecosystem provides support for writing command line clients and has a thriving, very active community. With this book as your guide, you'll become a successful creator of your own command line clients. Make an impact in the areas you really care about using
The CLI Book.What You'll Learn
Become a successful creator of your own command line clients and make an impact
Set your command line tool apart from others
Prioritize user experience
Employ best practices to structure and architect your own clients
Apply tips and tricks collected from years of developing with Node.jsWho This Book Is ForThose who know some JavaScript and want to deepen their knowledge, especially in the area of CLI development.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
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.