{"id":19128818,"url":"https://github.com/peerlibrary/meteor-package-builder","last_synced_at":"2025-05-06T00:12:03.466Z","repository":{"id":28347868,"uuid":"31861487","full_name":"peerlibrary/meteor-package-builder","owner":"peerlibrary","description":"Meteor package builder package","archived":false,"fork":false,"pushed_at":"2015-03-09T10:54:14.000Z","size":132,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-19T12:42:21.236Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"soufianetahiri/Vault-8-Hive","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peerlibrary.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}},"created_at":"2015-03-08T19:03:55.000Z","updated_at":"2024-08-27T16:15:57.000Z","dependencies_parsed_at":"2022-08-25T10:10:16.974Z","dependency_job_id":null,"html_url":"https://github.com/peerlibrary/meteor-package-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-package-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-package-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-package-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-package-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peerlibrary","download_url":"https://codeload.github.com/peerlibrary/meteor-package-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252596423,"owners_count":21773846,"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":[],"created_at":"2024-11-09T06:05:45.069Z","updated_at":"2025-05-06T00:12:03.449Z","avatar_url":"https://github.com/peerlibrary.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Meteor package builder package \n==============================\n\nMeteor smart package which provider a Meteor package builder. It wraps official Meteor package\ntoolchain into a package which allows building packages without running external processes.\n\nAdding this package to your [Meteor](http://www.meteor.com/) application adds the `PackageBuilder` object into the global scope.\n\n`PackageBuilder` object has one method, `buildPackage`, which accepts an options object with the following fields:\n\n* `packageDir` – path to the package source directory\n* `release` – Meteor release to build the package against (you can use `Meteor.release` to set it to your current Meteor version)\n* `offline` – should building operate in offline mode (TODO: Has to be tested)\n\nIf everything works well you will get as a result object with many fields containing all possible information about the\npackage and build system. Probably the most useful fields are:\n\n* `sourceRoot` – path to the package source directory\n* `packageName` – name of the built package\n* `version` – version fo the built package\n* `bundleRoot` – path to the directory with the built package\n\nServer side only.\n\nInstallation\n------------\n\n```\nmeteor add peerlibrary:package-builder\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-package-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeerlibrary%2Fmeteor-package-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-package-builder/lists"}