why not just use export -> export as .zip?
Neat project, just wanted to point out you can kinda already download codepens (bottom right, export->export as .zip)
Thanks! I'm aware of this functionality, my goal here is to have a different interface for developers to interact with codepens. Being either by downloading it via a command line tool or using in a script or program to download resources from codepen.io.
I'm not sure where this project is going, but I'm guessing other features to manage codepens, such as searching and uploading is a nice way to go.
Apart from that, there is a minor issue with exporting .zip files: if you have another codepen as a JavaScript dependency, that file is not downloaded.
cool! well thanks for the reply, and great work!