I'm making a CLI app in rust similar to create-react-app, and I need to init a repo with yarn and also install dependencies, but I can't figure out how to init the repo I want, not the one I'm currently in
Something like:
yarn init --yes test_dir/
How can I do this?