holic / web3-scaffold

Quickly get up and running on web3
148 stars 19 forks source link

Add Setup Wizard #40

Open cjpais opened 2 years ago

cjpais commented 2 years ago

Something similar to powerlevel9k where you use a shell script to set up your bash prompt.

I think there are a few config options that would be cool to have in particular, and set up your scaffold in the way you prefer through running the script. It starts as something very vanilla if the script is never run.

This might defeat the purpose of the opinionated scaffold, but gives more flexibility for everyone to use IMO.

Init

Set your package names in all the package.json files

Package Manager

Wallet Connect Options

GraphQL Options

Editor Options (multi-select)

CSS Options

Also I'm happy to start on this after I get a few things done

holic commented 2 years ago

Given that we just discovered create-web3 and they're further along this route of customization, I may keep this scaffold opinionated.

cjpais commented 2 years ago

Makes sense, feel free to close this issue if you think you'll want to keep it opinionated.

I hadn't seen the discussion of this yet when created

jamiew commented 2 years ago

I'd also vote to keep things opinionated and close this. maybe a note in the README suggesting create-web3?