solana-developers/create-solana-dapp

Implement option to create the apps inside a separate directory

Closed this issue · 0 comments

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.