create-solana-dapp icon indicating copy to clipboard operation
create-solana-dapp copied to clipboard

Implement option to create the apps inside a separate directory

Open beeman opened this issue 1 year ago • 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.

beeman avatar Jan 29 '24 18:01 beeman