flow-cli icon indicating copy to clipboard operation
flow-cli copied to clipboard

Improve scaffold instructions

Open chasefleming opened this issue 2 years ago • 2 comments

The scaffold instructions are generic. Wondering if there is a way to make them specific to the scaffold so that it's clearer. e.g. "npm install" and "npm run dev" for the web dapp scaffold.

Screenshot 2023-04-13 at 9 46 44 AM

chasefleming avatar Apr 13 '23 16:04 chasefleming

I like the idea. In this state, a developer is supposed to check the readme of the scaffold where they can find further instructions. We could possibly include that content on the screen after creating the scaffold, but it might be too much content to display. We could say that each scaffold is required to have short step-by-step instructions which we can display instead of the current one, but I'm concerned about whether such short step-by-step instructions are even possible for some scaffolds.

devbugging avatar Apr 20 '23 14:04 devbugging

Yeah if it exists in say a specific file of a repo we could show it otherwise default back to this

chasefleming avatar May 02 '23 16:05 chasefleming

https://github.com/onflow/flow-cli/issues/1795

nialexsan avatar Oct 21 '24 20:10 nialexsan