v1.2.1
A tool to easily manage and create p5 sketches
Repository
Current version released
4 years ago
Dependencies
std
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