Skip to content

A CLI tool to create a scaffold for p5.js in react

Notifications You must be signed in to change notification settings

wujinhjun/react-p5-cli

Repository files navigation

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>

About

A CLI tool to create a scaffold for p5.js in react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published