coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.36k stars 1.25k forks source link

Add `--no-install` option to anchor init to create a workspace without running yarn install #2937

Closed ranile closed 2 months ago

ranile commented 2 months ago

I'm writing an Nx plugin for anchor and I would like to create a workspace from Nx generator. That requires me to skip the yarn install step.