Create a project folder
We need a clean folder to work in. This keeps your zx scripts organized and separate from other files on your computer.
'npm init' asks questions interactively on some setups
The -y flag skips all questions. If you still see prompts, just press Enter through each one.
