Latest
Installation
git clone https://github.com/SquarePear/p5_commander.git
cd p5_commander
deno install -f -A --unstable -n p5 mod.ts
Usage
Creating a collection
p5 new my_collection
Creating a sketch in the collection
p5 generate my_sketch
Running your sketches
p5 serve
Sketch development server with live reloading
p5 dev