Subject of the issue
yarn init runs the standard init process, not create-neon.
Your environment
- yarn v1.22.10
- node v16.00
- neon v0.8.0
Steps to reproduce
Run yarn init neon my-project.
Expected behaviour
Should call create-neon correctly like npm init neon my-project does.

Actual behaviour
Running yarn init neon my-project only runs the standard yarn init process to create a NPM package, not the create-neon process.
