Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Building Interactive Command-line App with Node.js

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Building Interactive Command-line App with Node.js

Building a command line tool with Node.js, Mongodb, Commandjs, and Inquirerjs

Avatar for Rowland Ekemezie

Rowland Ekemezie

May 20, 2017
Tweet

Other Decks in Programming

Transcript

  1. Automated system enthusiast, human capital development advocate, addictive learner, and

    Software consultant @andela Twitter: @_mentrie Github: @mentrie
  2. Why shell scripting ➢ Task automation ➢ Increased productivity ➢

    To enjoy your lazy attitude ➢ Run series of command with a single command
  3. No programming language is perfect. There is not even a

    single best language; there are only languages well suited or perhaps poorly suited for particular purposes. --Herbert Mayer