Installing my cli tool globally doesn’t include other folders
I am building a cli tool and it has a folder named template
which contains all the js templates required to create certain files. I install my tool globally with npm install -g
.
I am building a cli tool and it has a folder named template
which contains all the js templates required to create certain files. I install my tool globally with npm install -g
.