{"id":18377517,"url":"https://github.com/richardbolt/node-archiver","last_synced_at":"2025-04-06T21:31:44.112Z","repository":{"id":10020403,"uuid":"12059813","full_name":"richardbolt/node-archiver","owner":"richardbolt","description":"Super simple module to create a gzipped tar archive of a given path.","archived":false,"fork":false,"pushed_at":"2016-06-18T21:19:05.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-24T03:23:43.571Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardbolt.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":"2013-08-12T15:52:01.000Z","updated_at":"2017-01-22T21:45:28.000Z","dependencies_parsed_at":"2022-07-21T16:02:15.831Z","dependency_job_id":null,"html_url":"https://github.com/richardbolt/node-archiver","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/richardbolt%2Fnode-archiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardbolt%2Fnode-archiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardbolt%2Fnode-archiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardbolt%2Fnode-archiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardbolt","download_url":"https://codeload.github.com/richardbolt/node-archiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223264288,"owners_count":17116086,"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:28:22.789Z","updated_at":"2024-11-06T00:28:23.799Z","avatar_url":"https://github.com/richardbolt.png","language":"JavaScript","readme":"Node Archiver\n=============\n\nSuper simple Node utility to create a gzipped tar archive.\n\nInstall\n-------\n\n\tnpm install --save node-archiver\n\nUsage\n-----\n\n```javascript\n  var archiver = require('node-archiver');\n  archiver(__dirname, './dist/my-archive.tar.gz');\n```\n\nYou can pass an optional callback to archiver:\n\t\n```javascript\narchiver(__dirname, './dist/my-archive.tar.gz', function(err) {\n  if (err) { throw err; }\n  // Done!\n});\n```\n\nCreate an archive in the dist/ directory of your project:\n\n```\n./node_modules/node-archiver/bin/create_dist\n```\n\nAdding the above line to your build process will create a distributable .tar.gz archive in the dist/ directory of your project. The name of the file will match the name attribute in your `package.json`.\n\nRelease Notes\n-------------\n\n**0.1.0** Initial Release  \n**0.1.1** Bug Fix  \n**0.2.0** Added `bin/create_dist` for easier integration into a build process.  \n**0.3.0** Dependency updates to latest fstream and tar.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardbolt%2Fnode-archiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardbolt%2Fnode-archiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardbolt%2Fnode-archiver/lists"}