{"id":18375747,"url":"https://github.com/factomproject/gobundle","last_synced_at":"2025-04-06T20:31:10.945Z","repository":{"id":20613255,"uuid":"23894470","full_name":"FactomProject/gobundle","owner":"FactomProject","description":"Provides a tool \u0026 API for bundling resources with Go","archived":false,"fork":false,"pushed_at":"2015-01-03T06:02:01.000Z","size":108,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-04-15T01:38:05.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"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/FactomProject.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":"2014-09-10T22:15:55.000Z","updated_at":"2018-06-22T06:35:31.000Z","dependencies_parsed_at":"2022-08-31T08:41:49.781Z","dependency_job_id":null,"html_url":"https://github.com/FactomProject/gobundle","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/FactomProject%2Fgobundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FactomProject%2Fgobundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FactomProject%2Fgobundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FactomProject%2Fgobundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FactomProject","download_url":"https://codeload.github.com/FactomProject/gobundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247547294,"owners_count":20956531,"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-06T00:20:11.105Z","updated_at":"2025-04-06T20:31:10.705Z","avatar_url":"https://github.com/FactomProject.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gobundle\n\n###### v1.1\n\nProvides a tool \u0026amp; API for bundling resources with Go\n\nGobundle provides a command for packing resources into a go executable.\nGiven a list of packages, for each package, it finds all of the files in\n`\u003cpkg dir\u003e/bundle/`, tars and gzips them, writing the resulting data\nto a byte array in `\u003cpkg dir\u003e/bundle.go`. The available flags are:\n\n  * --file: if present, the data will be written to the argument as a tar. The resulting file will be an\nactual tar, as opposed to the golang byte array literal that is written to\nbundle.go. This is primarily for testing purposes.\n\nTo use the gobundle package, `import \"github.com/FactomProject/gobundle\"`,\nset `gobundle.Setup.Application.Name` to your application name, and call\n`gobundle.Init()` (which calls `flag.Parse()`). The available flags are:\n\n  * --conf: sets the configuration directory path; default value depends on the OS\n  * --data: sets the data directory path; default value depends on the OS\n  * --unpack \u0026lt;arg\u0026gt;:\n    * suppress: Don't unpack\n    * unpack[,force]: Do unpack\n    * detect[,force]: Unpack if the conf and data are non-extant\n    * only[,force]: Unpack and exit\n    * `force` forces unpack, overwriting extant files\n\n## Change log\n\n#### v1.1\n\nAdded --file for the command.\n\n#### v1.0\n\nInitial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffactomproject%2Fgobundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffactomproject%2Fgobundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffactomproject%2Fgobundle/lists"}