create-ssam
Advanced tools
Comparing version 0.2.14 to 0.3.0
@@ -29,3 +29,3 @@ import fs from 'fs'; | ||
`npm install ssam@latest --prefix TARGET_DIR`, | ||
`npm install -D @types/node ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
`npm install -D ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
@@ -49,12 +49,12 @@ }, | ||
options: [ | ||
// { | ||
// name: "ogl-shader-ts", | ||
// display: "Fullscreen Shader TS", | ||
// color: blue, | ||
// customCommands: [ | ||
// `npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`, | ||
// `npm install -D @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`, | ||
// ], | ||
// }, | ||
{ | ||
name: "ogl-shader-ts", | ||
display: "Fullscreen Shader TS", | ||
color: blue, | ||
customCommands: [ | ||
`npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`, | ||
`npm install -D @types/node @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
}, | ||
{ | ||
name: "ogl-shader-lygia-ts", | ||
@@ -66,3 +66,3 @@ display: "Fullscreen Shader TS with Lygia", | ||
`npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`, | ||
`npm install -D @types/node @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
`npm install -D @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
@@ -76,3 +76,3 @@ }, | ||
`npm install ssam@latest ${oglPkg} --prefix TARGET_DIR`, | ||
`npm install -D @types/node @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
`npm install -D @types/ogl@npm:ogl-types ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
@@ -87,12 +87,12 @@ } | ||
options: [ | ||
// { | ||
// name: "three-shader-ts", | ||
// display: "Fullscreen Shader TS", | ||
// color: blue, | ||
// customCommands: [ | ||
// `npm install ssam@latest ${threePkg} --prefix TARGET_DIR`, | ||
// `npm install -D @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`, | ||
// ], | ||
// }, | ||
{ | ||
name: "three-shader-ts", | ||
display: "Fullscreen Shader TS", | ||
color: blue, | ||
customCommands: [ | ||
`npm install ssam@latest ${threePkg} --prefix TARGET_DIR`, | ||
`npm install -D @types/node @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
}, | ||
{ | ||
name: "three-shader-lygia-ts", | ||
@@ -104,15 +104,15 @@ display: "Fullscreen Shader TS with Lygia", | ||
`npm install ssam@latest ${threePkg} --prefix TARGET_DIR`, | ||
`npm install -D @types/node @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
`npm install -D @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
}, | ||
// { | ||
// name: "three-shader-js", | ||
// display: "Fullscreen Shader JS", | ||
// color: yellow, | ||
// customCommands: [ | ||
// `npm install ssam@latest ${threePkg} --prefix TARGET_DIR`, | ||
// `npm install -D ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR`, | ||
// ], | ||
// }, | ||
{ | ||
name: "three-shader-js", | ||
display: "Fullscreen Shader JS", | ||
color: yellow, | ||
customCommands: [ | ||
`npm install ssam@latest ${threePkg} --prefix TARGET_DIR`, | ||
`npm install -D ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
}, | ||
{ | ||
name: "three-shader-lygia-js", | ||
@@ -119,0 +119,0 @@ display: "Fullscreen Shader JS with Lygia", |
{ | ||
"name": "create-ssam", | ||
"version": "0.2.14", | ||
"version": "0.3.0", | ||
"description": "Quickstart a creative coding sketch with ssam", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -21,9 +21,6 @@ # create-ssam | ||
- OGL | ||
- Fullscreen Shader TS | ||
- Fullscreen Shader TS with Lygia | ||
- Basic Cube TS | ||
- Three | ||
- Fullscreen Shader TS | ||
- Fullscreen Shader TS with Lygia | ||
- Fullscreen Shader JS | ||
- Fullscreen Shader JS with Lygia | ||
@@ -30,0 +27,0 @@ - more will be added... |
72284
56
892
33