New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

p5js

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p5js

The p5.js CLI.

latest
Source
npmnpm
Version
1.2.18
Version published
Maintainers
1
Created
Source

The p5.js CLI

Build and Publish npm GitHub Dependencies Status Last Commit Download Total

This p5.js CLI helps you to manage p5.js sketches quickly and easily:

  • creating p5.js sketches in ~/Sketches directory.
  • open your sketch with VS code and start to code.
  • serving them in your browser with hot reloading.

🐙 Install

npm i -g p5js

💪 Upgrade this CLI to the latest version.

npm update -g p5js

💡 Usage

✨ Create a new sketch, start coding and serving at once.

p5js new <sketch> --run

🎉 Congratulations! Now you can edit the sketch.js file to show your creativity!

🔍 List all your sketches.

p5js list

🐝 Open sketch with VS code.

p5js code <sketch> [--run]

🐎 Serve an exsiting sketch.

p5js run <sketch> [--code]

❤️ You are welcome to discover more.

p5js [command] --help

Keywords

p5.js

FAQs

Package last updated on 23 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts