cli-example
v1.0.4
Published
cli-example
Downloads
1
Readme
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"