Skip to content

Shuki-L/my-cli-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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