Scaffold a Cloudinary Next.js project with interactive setup
Pull this directory, run npm i within it, an then execute its cli.js from any directory you want to create a new project within.
I make this easy by creating a temporary alias. Run this within the cloned directory.
alias create-cloudinary-next="node $(pwd)/cli.js"
And then, from a directory within which you want to create a project...
cd ~/dev/
...you can just type:
create-cloudinary-next