Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

create-p5-app

aoktayd3MIT1.0.2

Creates a P5 project boilerplate via the terminal

p5, javascript, boilerplate, sketch, graphics

readme

create-p5-app

Simple tool that creates a P5 project boilerplate

Install

npm install -g create-p5-app

Usage

create-p5-app <name>

Boilerplate structure

|- libraries
   |- p5.js
   |- p5.dom.js
   |- p5.sound.js
|- src
   |- sketch.js
index.html

TIP: Use a package like serve to serve the static files