create-ssam
Advanced tools
Comparing version 0.4.3 to 0.5.0
@@ -50,11 +50,2 @@ import fs from 'fs'; | ||
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`, | ||
// ], | ||
// }, | ||
{ | ||
@@ -86,12 +77,13 @@ name: "ogl-shader-lygia-ts", | ||
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-cube-ts", | ||
display: "Basic Cube Scene TS with Lygia", | ||
color: green, | ||
customCommands: [ | ||
`git clone --no-tags --depth 1 --single-branch --branch=main https://github.com/patriciogonzalezvivo/lygia.git`, | ||
`npm install ssam@latest ${threePkg} --prefix TARGET_DIR`, | ||
`npm install -D ${commonTSPkgs} @types/three ${viteGlslPkg} ${ssamPluginPkgs} --prefix TARGET_DIR` | ||
] | ||
}, | ||
{ | ||
name: "three-shader-lygia-ts", | ||
@@ -106,11 +98,2 @@ display: "Fullscreen Shader TS with Lygia", | ||
}, | ||
// { | ||
// 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`, | ||
// ], | ||
// }, | ||
{ | ||
@@ -242,3 +225,3 @@ name: "three-shader-lygia-js", | ||
`templates`, | ||
`template-${option}` | ||
`${option}` | ||
); | ||
@@ -245,0 +228,0 @@ const write = (file, content) => { |
{ | ||
"name": "create-ssam", | ||
"version": "0.4.3", | ||
"version": "0.5.0", | ||
"description": "Quickstart a creative coding sketch with ssam", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3491145
78
34864