On some systems it might not be possible or feasible to have the CLI application installed globally and instead have it installed locally as part of other npm modules. In such situations when the CLI tool is installed as part of the npm modules locally, it can be called using npx as npx appcenter.
Having this plugin with the ability to run the CLI using npx if found, would be very handy!
On some systems it might not be possible or feasible to have the CLI application installed globally and instead have it installed locally as part of other
npmmodules. In such situations when the CLI tool is installed as part of thenpmmodules locally, it can be called usingnpxasnpx appcenter.Having this plugin with the ability to run the CLI using npx if found, would be very handy!