Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wisehackermonkey/p5-setup
- Owner: wisehackermonkey
- License: mit
- Created: 2018-01-03T22:55:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T17:48:18.000Z (about 3 years ago)
- Last Synced: 2024-05-02T04:24:07.971Z (8 months ago)
- Language: JavaScript
- Homepage: https://wisehackermonkey.github.io/p5-setup/
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# p5-setup
---------
### Author: wisemonkey
Date: 20180103Purpose: 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
## InstallFirst 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)