https://github.com/wisehackermonkey/p5-setup
make it easy to setup & open p5.js projects
https://github.com/wisehackermonkey/p5-setup
Last synced: 5 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T17:48:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T15:44:04.634Z (6 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

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
````


## Usage
### Install `p5-setup`:
```bash
>p5js
or
>p5js
prompt: name:
```

#### Example
```bash
> cd ~/
>p5js awesomeProject
```
