Skip to content

Instantly share code, notes, and snippets.

View bennyzen's full-sized avatar

Benny Zaminga bennyzen

View GitHub Profile
# initialization file (not found)
@bennyzen
bennyzen / package.json
Last active May 3, 2019 16:24
Minimal JSCAD starterkit.
{
"name": "jscad-starter",
"version": "0.0.1",
"description": "A simple, empty starter project for JSCAD. It auto-rebuilds STLs on every change.",
"main": " ",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "chokidar \"**/*.jscad\" --verbose -i node_modules -c \"openjscad {path} -of stla\""
},
"repository": {