{"id":16492745,"url":"https://github.com/hubcarl/archive-tool","last_synced_at":"2025-09-08T02:34:00.615Z","repository":{"id":57183343,"uuid":"126274152","full_name":"hubcarl/archive-tool","owner":"hubcarl","description":"Archive files to zip or tar","archived":false,"fork":false,"pushed_at":"2018-11-26T09:01:40.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T00:47:46.412Z","etag":null,"topics":["archive-node-app","archiver","tar","zip"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hubcarl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-22T03:25:20.000Z","updated_at":"2018-11-26T09:01:36.000Z","dependencies_parsed_at":"2022-09-14T06:10:29.863Z","dependency_job_id":null,"html_url":"https://github.com/hubcarl/archive-tool","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubcarl%2Farchive-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubcarl%2Farchive-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubcarl%2Farchive-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hubcarl%2Farchive-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hubcarl","download_url":"https://codeload.github.com/hubcarl/archive-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329448,"owners_count":19944982,"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":["archive-node-app","archiver","tar","zip"],"created_at":"2024-10-11T14:07:06.882Z","updated_at":"2025-03-01T06:30:15.639Z","avatar_url":"https://github.com/hubcarl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# archive-tool\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![David deps][david-image]][david-url]\n[![Known Vulnerabilities][snyk-image]][snyk-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: https://img.shields.io/npm/v/archive-tool.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/archive-tool\n[travis-image]: https://img.shields.io/travis/hubcarl/archive-tool.svg?style=flat-square\n[travis-url]: https://travis-ci.org/hubcarl/archive-tool\n[codecov-image]: https://img.shields.io/codecov/c/github/hubcarl/archive-tool.svg?style=flat-square\n[codecov-url]: https://codecov.io/github/hubcarl/archive-tool?branch=master\n[david-image]: https://img.shields.io/david/hubcarl/archive-tool.svg?style=flat-square\n[david-url]: https://david-dm.org/hubcarl/archive-tool\n[snyk-image]: https://snyk.io/test/npm/archive-tool/badge.svg?style=flat-square\n[snyk-url]: https://snyk.io/test/npm/archive-tool\n[download-image]: https://img.shields.io/npm/dm/archive-tool.svg?style=flat-square\n[download-url]: https://npmjs.org/package/archive-tool\n\nArchive files to zip/tar file\n\n## Featues\n\n- [x] archive files to zip/tar file\n- [x] archive node project to zip file\n- [x] archive node project to tar file\n- [x] support install node into node_modules\n\n**Node\u003e8.6.0**\n\n## Install\n\n```bash\nnpm install archive-tool\n```\n\n## Usage\n\n```js\nconst Archive = require('archive-tool');\nconst archive = new Archive({\n  source: ['src', 'lib', 'package.json'],\n  target: 'dist'\n});\narchive.zip();\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubcarl%2Farchive-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhubcarl%2Farchive-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhubcarl%2Farchive-tool/lists"}