react-p5-cli

1.1.1-beta • Public • Published

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>

Package Sidebar

Install

npm i react-p5-cli

Weekly Downloads

1

Version

1.1.1-beta

License

MIT

Unpacked Size

6.02 kB

Total Files

4

Last publish

Collaborators

  • wujinhjun