# cli-example **Repository Path**: npm-packages/cli-example ## Basic Information - **Project Name**: cli-example - **Description**: node.js cli demo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-27 - **Last Updated**: 2022-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cli-example ## About a cli study example ## How use ### npm ```bash npm i cli-example --save ``` ### yarn ```bash yarn add cli-example -S ``` and then package.json add script ```javascript "scripts": { "start": "cli-example -v" } ``` ## hwo to run ```bash npm run start ``` and then console "version is 0.0.1"