Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 517 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 517 Bytes

My CLI tool

Usage

Remote

Use npx if you want to run the CLI tool without installing it, for example

npx git+ssh://[email protected]:Shuki-L/my-cli-tool.git
npx git+ssh://[email protected]:Shuki-L/my-cli-tool <command>

Global installation

Install the package globaly

npm install -g git+ssh://[email protected]:Shuki-L/my-cli-tool

Just try it:

tooly
tooly help

Uninstall

npm uninstall -g my-cli-tool

Development

Install

yarn

Run

yarn start