1. Урок 1. 00:07:19
    Develop and Publish a Node.js CLI from Scratch
  2. Урок 2. 00:03:56
    Create a Single-Command Node.js CLI with Oclif, TypeScript and Yarn Workspaces
  3. Урок 3. 00:06:59
    Parse Flags and Args in Node.js CLIs with Oclif and TypeScript
  4. Урок 4. 00:04:26
    Convert a Single Command CLI into a Multi Command CLI with Oclif and TypeScript
  5. Урок 5. 00:02:59
    Create a Hybrid Single-Multi Command Node.js CLI with Oclif and TypeScript
  6. Урок 6. 00:04:46
    Debug Node.js CLIs with the VS Code Debugger and the `Debug` module
  7. Урок 7. 00:03:02
    Test Node.js CLIs with Jest and Oclif
  8. Урок 8. 00:08:41
    Design Beautiful, Intuitive and Secure Node.js CLI User Input Experiences with Enquirer
  9. Урок 9. 00:09:11
    Create Highly Configurable Node.js CLIs with Cosmiconfig and Oclif
  10. Урок 10. 00:07:03
    Scaffold out Files and Projects from Templates in a Node.js CLI
  11. Урок 11. 00:07:31
    Spawn and Manage Child Processes and Node.js Streams with execa
  12. Урок 12. 00:03:26
    Prompt Users to Update Your Node.js CLIs with Update-Notifier
  13. Урок 13. 00:10:48
    Store State on Filesystem in Node.js CLIs with Conf
  14. Урок 14. 00:04:47
    Create Node.js CLI's that Intelligently Adapt to Usage with Frecency
  15. Урок 15. 00:05:52
    Polish Node.js CLI Output with Chalk and Ora