I wrote a CLI package and deployed it to npm
I want right after some user installed my package: "npm i -g my-cli
"
to save a config file on the computer
Is there a way to do this?
(I'm not asking how to save it, I'm asking how to do an operation after installation)