Skip to content

Commit e5fb385

Browse files
committed
Fix YAML format to match library standards
1 parent 1a384c0 commit e5fb385

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: "p5.js 2.x Project Generator"
2-
description: "A Visual Studio Code extension that quickly generates new p5.js 2.0 projects with a clean, minimal setup. Includes autocomplete, IntelliSense, and parameter hints for most p5.js functions. Perfect for artists, designers, educators, and anyone getting started with creative coding."
3-
category: "integrations"
4-
sourceUrl: "https://github.com/IrtizaNasar/p5-2.vscode"
5-
websiteUrl: "https://marketplace.visualstudio.com/items?itemName=Irti.p5js-project-generator"
6-
featuredImage: "./images/p5js-project-generator.png"
7-
featuredImageAlt: "p5.js 2.x Project Generator VSCode Extension interface showing project generation and autocomplete features"
1+
name: p5.js 2.x Project Generator
2+
description: A Visual Studio Code extension that quickly generates new p5.js 2.0 projects with a clean, minimal setup, including autocomplete, IntelliSense, and parameter hints for p5.js functions
3+
category: integrations
4+
sourceUrl: https://github.com/IrtizaNasar/p5-2.vscode
5+
websiteUrl: https://marketplace.visualstudio.com/items?itemName=Irti.p5js-project-generator
6+
featuredImage: "../images/p5js-project-generator.png"
7+
featuredImageAlt: Screenshot of p5.js 2.x Project Generator VSCode extension interface showing project creation options
88
author:
9-
name: "IrtizaNasar"
10-
url: "https://github.com/IrtizaNasar"
11-
license: "MIT"
12-
13-
9+
name: IrtizaNasar
10+
url: https://github.com/IrtizaNasar
11+
license: MIT

0 commit comments

Comments
 (0)