Programming

How To Create Your Own TypeScript CLI — With Node.js

Get ready to learn to make a simple ‘pizza’ CLI with this guide

Jeroen Ouwehand
ITNEXT
Published in
6 min readDec 1, 2018

--

Get rPhoto by NordWood Themes on Unsplash

In this guide will we make a small pizza CLI in TypeScript with Node.js. After following all the steps you will have a completely working CLI, get an idea of how you set up one, and maybe create a custom one for yourself.

--

--