create-solana-dapp
create-solana-dapp copied to clipboard
Implement option to create the apps inside a separate directory
Current behavior
The anchor and web apps live in a directory at the top level of the project.
Expected behavior
I can pass in a --directory parameter that generates the apps in the given directory
Running the command npx create-solana-dapp@latest test-app --directory apps should generate test-app/apps/anchor and test-app/apps/web.