Skip to content

squarepear/p5_commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5_commander icon

p5 Commander

Easy management of p5.js sketches

language code size issues license version

View on deno.land




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