Skip to content

A command line tool to easily create and manage p5 sketches

License

Notifications You must be signed in to change notification settings

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