react-p5-cli
v1.1.1-beta
Published
A cli for p5js and react
Downloads
6
Maintainers
Readme
react-p5-cli
This is a command-line interface tool for creating a scaffold, which aims to integrate react and p5js
The react.js is a framework for UI. And the p5.js is a framework for creative coding. When I need to make an interesting animation in my web based on react, it is difficult for me to use canvas purely. Therefore, I make this CLI to get my scaffold.
Install
If you use the npm:
npm install react-p5-cli -g
Or if you use use yarn:
yarn add react-p5-cli -g
Or if you use pnpm:
pnpm install react-p5-cli -g
Usage
Create a project Default project name is: p5-react
rp5 create <project-name>
Or
r-p5 create <project-name>