Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SquarePear/p5_commander

A command line tool to easily create and manage p5 sketches
https://github.com/SquarePear/p5_commander

command-line-tool deno javascript p5js typescript

Last synced: 15 days ago
JSON representation

A command line tool to easily create and manage p5 sketches

Awesome Lists containing this project

README

        


p5_commander icon

p5 Commander



Easy management of p5.js sketches



language
code size
issues
license
version



View on deno.land








## Installation

```sh
git clone https://github.com/SquarePear/p5_commander.git
cd p5_commander
deno install -f -A --unstable -n p5 mod.ts
```

## Usage

### Creating a collection

```sh
p5 new my_collection
```

### Creating a sketch in the collection

```sh
p5 generate my_sketch
```

### Running your sketches

```sh
p5 serve
```

### Sketch development server with live reloading

```sh
p5 dev
```