The word pizza is the command which you use to eventually call your CLI. "main": "./lib/index.js", "bin": { "pizza": "./lib/index.js" }ScriptsNow we need some scripts to make it easy for ourselves. We have five scripts: npm startâ you can watch your CLI right awaynpm run create â runs our build and test script together.npm run buildâcompiles our TypeScriptindex.ts file to index.js and index.d.tsnp


{{#tags}}- {{label}}
{{/tags}}