cli-example About a cli study example How use npm npm i cli-example --save yarn yarn add cli-example -S and then package.json add script "scripts": { "start": "cli-example -v" } hwo to run npm run start and then console "version is 0.0.1"