create-ssam
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -52,7 +52,6 @@ import fs from 'fs'; | ||
name: "ogl-shader-lygia-ts", | ||
display: "Fullscreen Shader TS (Lygia + git)", | ||
display: "Fullscreen Shader TS with Lygia", | ||
color: blue, | ||
customCommands: [ | ||
`git init`, | ||
`git submodule add https://github.com/patriciogonzalezvivo/lygia.git`, | ||
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git --recurse-submodules`, | ||
`npm install ssam@latest ogl@latest --prefix TARGET_DIR`, | ||
@@ -89,7 +88,6 @@ `npm install -D @types/node @types/ogl@npm:ogl-types vite-plugin-glsl@latest --prefix TARGET_DIR` | ||
name: "three-shader-lygia-ts", | ||
display: "Fullscreen Shader TS (Lygia + git)", | ||
display: "Fullscreen Shader TS with Lygia", | ||
color: blue, | ||
customCommands: [ | ||
`git init`, | ||
`git submodule add https://github.com/patriciogonzalezvivo/lygia.git`, | ||
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git --recurse-submodules`, | ||
`npm install ssam@latest three@latest --prefix TARGET_DIR`, | ||
@@ -110,7 +108,6 @@ `npm install -D @types/node @types/three vite-plugin-glsl@latest --prefix TARGET_DIR` | ||
name: "three-shader-lygia-js", | ||
display: "Fullscreen Shader JS (Lygia + git)", | ||
display: "Fullscreen Shader JS with Lygia", | ||
color: yellow, | ||
customCommands: [ | ||
`git init`, | ||
`git submodule add https://github.com/patriciogonzalezvivo/lygia.git`, | ||
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git --recurse-submodules`, | ||
`npm install ssam@latest three@latest --prefix TARGET_DIR`, | ||
@@ -117,0 +114,0 @@ `npm install -D vite-plugin-glsl@latest --prefix TARGET_DIR` |
{ | ||
"name": "create-ssam", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Quickstart a creative coding sketch with ssam", | ||
@@ -5,0 +5,0 @@ "type": "module", |
96197
1575