PlayCanvas project download script/command line tool

Hi all,
I’ve created a script/shell for myself to be able to download .zip archive of PlayCanvas project. Here is the gist: Download PlayCanvas project via shell/babashka in Clojure · GitHub

Basically, you need to install Babashka then you’re good to go!

Create a file name download-game.clj in desktop (copy/paste gist’s content and update with your own credentials) then go to desktop dir in command line. Execute command bb ./download-game.clj then you’re all done!

1 Like

Hi @Ertugrul_Cetin,

Many thanks for sharing!

1 Like