Github CLI

gh repo create next-cloud --public --description "cloud app build in nextjs"
git remote add origin https://github.com/xalgord/next-cloud.git
git push -u origin main

Last updated