chiunhau / p5-manager

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

Is it possible to generate sketch without a collection #9

Closed adalberth closed 8 years ago

adalberth commented 8 years ago

If I want my sketches to have there own lib files with different versions of p5. Is it possible to just generate a sketch with the libs included in the same folder, instead of create a collection that shares the same libs?

chiunhau commented 8 years ago

Hi @adalberth thanks for the suggestion. I think this command is quite necessary, but would be a very big change that need to be well planned. I'll start working on this feature in few days, and any help would be appreciated!!!  ♪( ´▽`)

chiunhau commented 8 years ago

Hi @adalberth , now able to use p5 generate PROJECT_NAME --bundle or p5 g PROJECT_NAME -b, to generate standalone projects, anywhere.