How can I use yarn init --yes and init other repository than the one where I'm currently at?

Viewed 26

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?

0 Answers
Related