Is your feature request related to a problem? Please describe.
Sometimes I run npm i @microsoft/winappcli in my Node project, but then I forget I still need to:
- Run
npx winapp init
- Add
winapp restore to my package.json's postinstall
Describe the solution you'd like
Can we have this happen automatically when I install winappcli to my Node project?