cli-example
v1.0.4
Published
cli-example
Readme
cli-example
About
a cli study example
How use
npm
npm i cli-example --saveyarn
yarn add cli-example -Sand then package.json add script
"scripts": {
"start": "cli-example -v"
}hwo to run
npm run startand then console "version is 0.0.1"
