create-p5-app
v1.0.2
Published
Creates a P5 project boilerplate via the terminal
Maintainers
Readme
create-p5-app
Simple tool that creates a P5 project boilerplate
Install
npm install -g create-p5-appUsage
create-p5-app <name>Boilerplate structure
|- libraries
|- p5.js
|- p5.dom.js
|- p5.sound.js
|- src
|- sketch.js
index.htmlTIP: Use a package like serve to serve the static files
