p5

CLI for p5

TLDR

Start new project
$ p5 new [project_name]
Generate sketch
$ p5 generate [sketch_name]
Run sketch server
$ p5 run
List available templates
$ p5 list

SYNOPSIS

p5 [command] [options]

DESCRIPTION

p5 is a CLI for p5.js creative coding. Scaffolds and manages projects.The tool helps create p5.js sketches. Development workflow automation.

PARAMETERS

new NAME

Create new project.
generate NAME
Generate sketch.
run
Start development server.
list
List templates.
--help
Display help information.

CAVEATS

Requires Node.js. p5.js library. Web-based output.

HISTORY

p5 CLI was created to simplify p5.js project setup and development.

SEE ALSO

npm(1), processing(1)