LinuxCommandLibrary

p5

TLDR

Start new project

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

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.
p5 manages p5.js projects.

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)

Copied to clipboard