Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wisehackermonkey/p5-setup

make it easy to setup & open p5.js projects
https://github.com/wisehackermonkey/p5-setup

Last synced: about 1 month ago
JSON representation

make it easy to setup & open p5.js projects

Awesome Lists containing this project

README

        

# p5-setup
---------
### Author: wisemonkey
Date: 20180103

Purpose: make it easy to setup & run p5.js projects

![P5js](https://i.imgur.com/yVgtYvt.png)
automates Opening up a default example code
and a chrome tab
## Install

First install the cli as global with sudo permissions(or just administrator windows)
```bash
npm install -g p5-setup
```
For use on Ubuntu or (gnu/linux)
```bash
sudo install -g p5-setup
````
![npm install -g p5-setup](https://i.imgur.com/MFDLbTH.png)
![installed correctly](https://i.imgur.com/1kDApmr.png)


## Usage

### Install `p5-setup`:

```bash
>p5js
or
>p5js
prompt: name:
```
![p5js ](https://i.imgur.com/b05grQK.png)

#### Example
```bash
> cd ~/
>p5js awesomeProject
```
![P5js](https://i.imgur.com/yVgtYvt.png)