@code-dot-org/p5
v0.5.4-cdo.10
Published
[![Build Status](https://travis-ci.org/processing/p5.js.svg?branch=master)](https://travis-ci.org/processing/p5.js) [![npm version](https://badge.fury.io/js/p5.svg)](https://www.npmjs.com/package/p5)
Downloads
3,368
Maintainers
Keywords
Readme
This is the Code.org fork of p5.js. You can check out the main project here!
Setup
- Clone the repository
npm install
Publishing a new version
Note: This process requires you to be signed in to the NPM CLI with your Code.org credentials.
Run npm version <newversion>
to publish a new version. This repository has preversion, version, and postversion scripts (see package.json
), so this method is preferred over npm publish
.