gp5
v0.1.1
Published
Generate Processing boilerplate for VSCode
Downloads
9
Readme
gp5
Processing sketch generator for VSCode with Processing Lauguage extension.
usage
Creates sketch directory with initial sketch code.
% gp5
? sketch name {ENTER SKETCH NAME}
% cd {SKETCH_NAME}
% code .Then you can compile and run sketch on VSCode (with [CMD + shift + b])
install
With npm do:
% npm i -g gp5to get the gp5 command.
