{"id":20348473,"url":"https://github.com/onebeyond/make-manifest","last_synced_at":"2025-04-12T01:14:47.822Z","repository":{"id":9560697,"uuid":"62594092","full_name":"onebeyond/make-manifest","owner":"onebeyond","description":"Generates a manifest file for a node service","archived":false,"fork":false,"pushed_at":"2025-01-22T15:58:35.000Z","size":478,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-12T01:14:42.186Z","etag":null,"topics":["hacktoberfest"],"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/onebeyond.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-07-05T00:15:52.000Z","updated_at":"2025-01-22T15:56:21.000Z","dependencies_parsed_at":"2024-06-19T01:48:17.488Z","dependency_job_id":"f83c2c27-7a32-46b1-bb9d-2bb4b382ddc4","html_url":"https://github.com/onebeyond/make-manifest","commit_stats":null,"previous_names":["guidesmiths/make-manifest"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fmake-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fmake-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fmake-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onebeyond%2Fmake-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onebeyond","download_url":"https://codeload.github.com/onebeyond/make-manifest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501861,"owners_count":21114684,"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":["hacktoberfest"],"created_at":"2024-11-14T22:20:38.085Z","updated_at":"2025-04-12T01:14:47.802Z","avatar_url":"https://github.com/onebeyond.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maintainability](https://api.codeclimate.com/v1/badges/d7e1985d2a7e16964adc/maintainability)](https://codeclimate.com/github/onebeyond/make-manifest/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/d7e1985d2a7e16964adc/test_coverage)](https://codeclimate.com/github/onebeyond/make-manifest/test_coverage)\n\n# make-manifest\nGenerates a manfiest.json similar to...\n```\n{\n  \"name\": \"make-manifest\",\n  \"version\": \"0.1.0\",\n  \"timestamp\": \"2016-07-05T00:21:41.308Z\",\n  \"scm\": {\n    \"remote\": \"git@github.com:guidesmiths/make-manifest.git\",\n    \"branch\": \"master\",\n    \"commit\": \"98d5460ad979b1b0300c6cf9fee4799abddf0ab6\"\n  }\n}\n```\n### Why?\nIt's good practice to ship some basic information about your application build in case you need to rebuild or debug it from source. It can also be useful to guarantee at least one new layer if you're deploying your application within a docker image. Copying a freshly generated manifest in the last step of your Dockerfile will achieve this.\n\n### Usage\n```\n  Usage: make-manifest [options]\n\n  Options:\n\n    -h, --help           output usage information\n    -V, --version        output the version number\n    -x --extra [string]  colon separated key value pair\n```\n### Example\n```\n./bin/make-manifest --extra \"build.url: $CIRCLE_BUILD_URL\" --extra \"build.number: $CIRCLE_BUILD_NUM\"\n{\n  \"name\": \"make-manifest\",\n  \"version\": \"0.1.0\",\n  \"timestamp\": \"2016-07-05T00:21:41.308Z\",\n  \"scm\": {\n    \"remote\": \"git@github.com:guidesmiths/make-manifest.git\",\n    \"branch\": \"master\",\n    \"commit\": \"98d5460ad979b1b0300c6cf9fee4799abddf0ab6\"\n  },\n  \"build\": {\n    \"url\": \"https://circleci.com/gh/guidesmiths/make-manifest/48\",\n    \"number\": \"48\"\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fmake-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonebeyond%2Fmake-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonebeyond%2Fmake-manifest/lists"}