{"id":31126635,"url":"https://github.com/terribledev/hydrocarbon","last_synced_at":"2025-09-17T23:00:25.099Z","repository":{"id":74830513,"uuid":"51487899","full_name":"TerribleDev/HydroCarbon","owner":"TerribleDev","description":"Making Windows Installers Great again","archived":false,"fork":false,"pushed_at":"2016-03-14T12:43:00.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-07T22:14:02.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/TerribleDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2016-02-11T01:47:16.000Z","updated_at":"2016-02-18T05:14:20.000Z","dependencies_parsed_at":"2023-07-23T20:30:21.617Z","dependency_job_id":null,"html_url":"https://github.com/TerribleDev/HydroCarbon","commit_stats":{"total_commits":24,"total_committers":2,"mean_commits":12.0,"dds":"0.16666666666666663","last_synced_commit":"5cbe99dce7b1a79a650e8f611c393ee2a4fe3179"},"previous_names":["tparnell8/hydrocarbon"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TerribleDev/HydroCarbon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerribleDev%2FHydroCarbon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerribleDev%2FHydroCarbon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerribleDev%2FHydroCarbon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerribleDev%2FHydroCarbon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TerribleDev","download_url":"https://codeload.github.com/TerribleDev/HydroCarbon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerribleDev%2FHydroCarbon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275680446,"owners_count":25508570,"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","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"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":"2025-09-17T23:00:23.800Z","updated_at":"2025-09-17T23:00:25.028Z","avatar_url":"https://github.com/TerribleDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# HydroCarbon\n[![NPM](https://img.shields.io/npm/v/hydrocarbon.svg?style=flat-square)](https://www.npmjs.com/package/hydrocarbon)\n[![Coverage Status](https://coveralls.io/repos/github/tparnell8/HydroCarbon/badge.svg?branch=master)](https://coveralls.io/github/tparnell8/HydroCarbon?branch=master)\n[![Build status](https://ci.appveyor.com/api/projects/status/vekt2xrdn1iqjwxr/branch/master?svg=true)](https://ci.appveyor.com/project/tparnell8/hydrocarbon/branch/master)\n\n\nsimple wrapper over wix. You can see a working demo [here](https://github.com/tparnell8/GulpBuildForDotNet)\n\n\n## Install\n\n```\n$ npm install --save-dev hydrocarbon\n```\n\n\n## Usage\n\n```js\nvar HydroCarbon = require('hydrocarbon');\n\nHydroCarbon.exec({\n  heatFiles: [\"installers/heat.rsp\"],\n  candleFiles: [\"installers/candle.rsp\"],\n  lightFiles: [\"installers/light.rsp\"]\n}, mycallbackFunction);\n```\n\nor\n\n```js\nvar HydroCarbon = require('hydrocarbon');\n\nHydroCarbon.exec({\n  heatFiles: [\"installers/heat.rsp\"],\n  candleFiles: [\"installers/candle.rsp\"],\n  lightFiles: [\"installers/light.rsp\"]\n})\n.then(()=\u003enextThingToDo());\n```\n\nWorks great with gulp, or grunt. Build agnostic\n\n## API\n\n### HydroCarbon.Exec(options, callback)\n\n#### Returns a promise object\n\n#### options\n\n##### heatFiles\n\nType: `array`  \nDefault: `undefined`\n\nArray of heat response file paths\n\n##### candleFiles\n\nType: `array`  \nDefault: `undefined`\n\nArray of candle response file paths\n\n##### lightFiles\n\nType: `array`  \nDefault: `undefined`\n\nArray of light response file paths\n\n#### heatCommands\n\nType: `array`\nDefault: `undefined`\n\nArray of command line args to pass to heat overrides heatFiles\n\n#### candleCommands\n\nType: `array`\nDefault: `undefined`\n\nArray of command line args to pass to candle overrides candleFiles\n\n#### lightCommands\n\nType: `array`\nDefault: `undefined`\n\nArray of command line args to pass to light overrides lightFiles\n\n#### version\n\nType: `string`\nDefault: `undefined`\n\nSets the BUILD_VERSION environment variable to version before calling heat, candle, and light\n\n#### suppressValidation\n\nType: `bool`\nDefault: `false`\n\nIf true this will supress ICE validation checks during the linking process.\n\n\n## License\n\nMIT © [Tommy Parnell](https://github.com/tparnell8)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterribledev%2Fhydrocarbon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterribledev%2Fhydrocarbon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterribledev%2Fhydrocarbon/lists"}