chiunhau / p5-manager

A p5js template builder & sketches manager. Built for p5js enthusiasts.
348 stars 53 forks source link

Support for creating (bundle) project files in the current working directory #70

Open D-T-666 opened 2 years ago

D-T-666 commented 2 years ago

Implemented (and documented) support for creating project files in the current working directory.

To do so, you have to pass "." as a project name to the p5 g -b command like this: p5 g -b .. This takes the name of the current working directory and puts it in the title of the generated html page, all while putting the generated files in the current directory.