Skip to content

manuelfs12/p5js-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P5js Factory

A CLI tool to bootstrap a new p5js project.

The goal of this tool is to automate the starting process of a p5js project. It downloads the latest release of p5js and creates a project folder with all the necessary files to run a p5js sketch.

Installation

Install the package globally with npm.

npm install -g p5js-factory

After the install, run:

p5js-factory

Running the command will execute the script to bootstrap the p5js project. It will ask for a folder name, then it will download the necessary files and create the project.

executing command

With the project created you can start tinkering away with p5js.

If you are new to the world of p5js, you can take a look at the guide here.