Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 525 Bytes

File metadata and controls

24 lines (16 loc) · 525 Bytes

create-cloudinary-next

Scaffold a Cloudinary Next.js project with interactive setup

Testing

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