peterpeterparker / create-ic

A CLI for initializing projects with Juno or directing devs to the Internet Computer docs
MIT License
16 stars 2 forks source link

feat: add internet identity #5

Closed peterpeterparker closed 2 years ago

peterpeterparker commented 2 years ago

Motivation

Offer the option to add Internet Identity to the new project that is created.

Note

The option is only suggested if the user choose to create a web app - i.e. do not select --no-frontend.

While developing this PR I noticed that dfx does not print out the "next steps", so I also added it within this PR as deployment with II requires specifying --no-wallet --argument '(null)'

Screenshots

Capture d’écran 2022-06-17 à 17 15 10 Capture d’écran 2022-06-17 à 17 15 19
peterpeterparker commented 2 years ago

dfx update should be improve with "remote canister" info: https://github.com/dfinity/internet-identity/issues/689#issuecomment-1160683299

done.