Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/SquarePear/p5_commander
- Owner: squarepear
- License: mit
- Created: 2021-02-24T21:01:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T17:51:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T16:15:50.208Z (27 days ago)
- Topics: command-line-tool, deno, javascript, p5js, typescript
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hackclub - p5_commander - [@SquarePear](https://github.com/SquarePear) - **(TypeScript)** _A tool to easily manage and create p5 sketches_ (CLI Tools)
README
## 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
```