p5-setup
v1.0.2
Published
make it easy to setup & run p5.js projects
Downloads
20
Maintainers
Readme
p5-setup
Author: wisemonkey
Date: 20180103
Purpose: make it easy to setup & run p5.js projects
automates Opening up a default example code
and a chrome tab
Install
First install the cli as global with sudo permissions(or just administrator windows)
npm install -g p5-setup
For use on Ubuntu or (gnu/linux)
sudo install -g p5-setup

Usage
Install p5-setup:
`
p5js or
p5js prompt: name: `
Example
`
cd ~/ p5js awesomeProject
`

