It would be convenient if tradfri-cli could be installed as global npm package (i.e. npm install -g tradfri-cli), so that is can be used on the command line in every folder on the machine.
Examples for how the global execution of a global tradfri-cli could look like:
It would be convenient if
tradfri-cli
could be installed as global npm package (i.e.npm install -g tradfri-cli
), so that is can be used on the command line in every folder on the machine.Examples for how the global execution of a global tradfri-cli could look like:
In this article it is described how to implement an npm package which a global executable script.