{"id":17978366,"url":"https://github.com/ad-si/nodescad","last_synced_at":"2025-08-03T05:30:44.419Z","repository":{"id":25632645,"uuid":"29067957","full_name":"ad-si/nodescad","owner":"ad-si","description":"Node.js wrapper for OpenSCAD","archived":false,"fork":false,"pushed_at":"2015-12-03T13:34:10.000Z","size":20,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-21T14:23:10.892Z","etag":null,"topics":["openscad"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ad-si.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-10T19:19:17.000Z","updated_at":"2024-06-17T18:08:31.000Z","dependencies_parsed_at":"2022-09-20T21:50:27.172Z","dependency_job_id":null,"html_url":"https://github.com/ad-si/nodescad","commit_stats":null,"previous_names":["adius/nodescad"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fnodescad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fnodescad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fnodescad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fnodescad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ad-si","download_url":"https://codeload.github.com/ad-si/nodescad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228125499,"owners_count":17873318,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openscad"],"created_at":"2024-10-29T17:33:23.999Z","updated_at":"2024-12-06T21:13:00.420Z","avatar_url":"https://github.com/ad-si.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NodeSCAD\n\nNode.js wrapper for OpenSCAD\n\n\n## Installation\n\n`$ npm install nodescad`\n\n\n## Usage\n\n```js\nvar nodescad = require('nodescad'),\n\toptions = {\n\t\tbinaryPath: '~/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD'\n\t    inputFile: 'path/to/file'\n\t    // For more options check out the configSchema.yaml file\n\t}\n\n\nnodeScad.render(options, function (error, result) {\n    if (error)\n        throw error\n\n    console.log(result.buffer.toString())\n})\n```\n\n\n## Styleguide\n\nThe code in this repository is formatted as seen in [github.com/style-guides/JavaScript/tree/v0.1.1](https://github.com/style-guides/JavaScript/tree/v0.1.1)\n\nIn order to check whether the code complies to the styleguide, just execute `npm run prepublish`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fnodescad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fad-si%2Fnodescad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fnodescad/lists"}