1.0.1 • Published 6 years ago
p5-livesketch v1.0.1
p5-livesketch is a simple command line tool for whoever wants to write p5.js sketches efficiently.
The main features:
- Builds & Runs your sketch in the web browser with a single command
- Supports ES module loading, which means you can
importanother files from your sketch - Automatically rebuilds your sketch when the source changed
- Automatically reload the browser when the source changed
Getting Started
Install p5-livesketch via npm ( global-install is recommended ) :
npm i -g p5-livesketchOnce the installation is completed, you can use p5live command.
Let's type:
p5live helpIt shows the quick reference for the usage details.
*Upcoming features:
- Scaffolding a sketch
- Cleaning old files automatically
© 2020 Satoshi Soma ( https://amekusa.com )
1.0.1
6 years ago