iliakan / plunk

Utility to post to plnkr.co
19 stars 14 forks source link

Recursive file addition + command line arguments #10

Closed jdgarvey closed 8 years ago

jdgarvey commented 8 years ago

This update allows every valid file within every subdirectory of the provided directory to be added to the plunk. It uses Plunker's naming convention to accomplish this (i.e. if app.js is in the src directory, the actual name of the file uploaded to plunker becomes src/app.js).

I also made the directory a command line argument (--dir) as well as added arguments for description (--des) and tags (--tags).

These items helped me out quite a bit for my development so I created a pull request to see if they were something you wanted to add in. Thanks!