{"id":13631052,"url":"https://github.com/nwjs/grunt-nw-builder","last_synced_at":"2026-05-02T10:01:28.989Z","repository":{"id":10039377,"uuid":"12084337","full_name":"nwjs/grunt-nw-builder","owner":"nwjs","description":"Build NW.js applications for Mac, Windows and Linux using Grunt","archived":false,"fork":false,"pushed_at":"2026-04-13T11:10:48.000Z","size":1054,"stargazers_count":794,"open_issues_count":3,"forks_count":140,"subscribers_count":27,"default_branch":"main","last_synced_at":"2026-04-13T13:15:17.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/grunt-nw-builder","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nwjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-08-13T14:48:17.000Z","updated_at":"2026-04-13T11:09:40.000Z","dependencies_parsed_at":"2023-01-13T15:42:26.224Z","dependency_job_id":"42a8ffcf-3b6b-4c74-afe6-fa7bc6e54679","html_url":"https://github.com/nwjs/grunt-nw-builder","commit_stats":{"total_commits":218,"total_committers":33,"mean_commits":6.606060606060606,"dds":0.7798165137614679,"last_synced_commit":"6d37a9340d286ba685f103fc8f6980b1f70ab7e7"},"previous_names":["mllrsohn/grunt-node-webkit-builder","mllrsohn/grunt-nw-builder"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/nwjs/grunt-nw-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwjs%2Fgrunt-nw-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwjs%2Fgrunt-nw-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwjs%2Fgrunt-nw-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwjs%2Fgrunt-nw-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwjs","download_url":"https://codeload.github.com/nwjs/grunt-nw-builder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwjs%2Fgrunt-nw-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32530176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-08-01T22:02:08.670Z","updated_at":"2026-05-02T10:01:28.958Z","avatar_url":"https://github.com/nwjs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# grunt-nw-builder\n\n[![npm](https://img.shields.io/npm/v/grunt-nw-builder/latest)](https://www.npmjs.com/package/grunt-nw-builder/v/latest)\n[![Join the chat at https://gitter.im/nwjs/nw-builder](https://badges.gitter.im/repo.svg)](https://app.gitter.im/#/room/#nwjs_nw-builder:gitter.im)\n\n## Installation\n\nInstall package via `npm`:\n\n```javascript\nnpm install grunt-nw-builder\n```\n\nRefer to `nw-builder`'s [Installation Guide](https://nwutils.io/nw-builder/install.html) for more options.\n\n## Usage\n\n`nwjs.src` is passed into `options.srcDir` internally. Hence you don't need to specify `nwjs.srcDir`.\n\nWhen globbing is enabled:\n\n```patch\ngrunt.initConfig({\n  nwjs: {\n    get: {\n      options: {\n        mode: \"build\",\n-       srcDir: \"./package.json ./app/**/*\",\n      },\n+     src: [ \"./package.json\", \"./app/**/*\" ],\n    },\n  },\n});\n```\n\nWhen globbing is disabled:\n\n```patch\ngrunt.initConfig({\n  nwjs: {\n    get: {\n      options: {\n        mode: \"get\",\n-       srcDir: \"./app\",\n        glob: false,\n      },\n+     src: \"./app\",\n    },\n  },\n});\n```\n\nRefer to `nw-builder`'s [docs](https://github.com/nwutils/nw-builder) to learn what options to input.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwjs%2Fgrunt-nw-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwjs%2Fgrunt-nw-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwjs%2Fgrunt-nw-builder/lists"}