{"id":22120818,"url":"https://github.com/codersakl/workspace-archive","last_synced_at":"2026-05-19T03:33:06.909Z","repository":{"id":49599380,"uuid":"179973790","full_name":"CodersAKL/workspace-archive","owner":"CodersAKL","description":"Archive your project to zip file","archived":false,"fork":false,"pushed_at":"2023-07-19T00:42:10.000Z","size":2071,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T12:28:45.471Z","etag":null,"topics":["archiver","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=Coders.workspace-archive","language":"TypeScript","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/CodersAKL.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-04-07T13:58:09.000Z","updated_at":"2023-07-06T09:32:30.000Z","dependencies_parsed_at":"2024-12-01T14:30:54.310Z","dependency_job_id":"2a21f28a-b40a-4290-bfb6-da99ef22ef13","html_url":"https://github.com/CodersAKL/workspace-archive","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Fworkspace-archive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Fworkspace-archive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Fworkspace-archive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodersAKL%2Fworkspace-archive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodersAKL","download_url":"https://codeload.github.com/CodersAKL/workspace-archive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245224008,"owners_count":20580362,"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":["archiver","vscode","vscode-extension"],"created_at":"2024-12-01T14:30:09.655Z","updated_at":"2026-05-19T03:33:06.850Z","avatar_url":"https://github.com/CodersAKL.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workspace-archive README\n\n[![Build Status](https://dev.azure.com/myfdisk/vscode%20extentions/_apis/build/status/CodersAKL.workspace-archive?branchName=master)](https://dev.azure.com/myfdisk/vscode%20extentions/_build/latest?definitionId=1\u0026branchName=master)\n\nSuper simple and fast workspace archiver.\n\n## Features\n\nUnder the hood this extention uses the NPM packaging system [npm-packlist](https://www.npmjs.com/package/npm-packlist)\n\n![Intro](images/Intro.gif)\n\nIt uses the following rules:\n\n1. If a `package.json` file is found, and it has a `files` list, then ignore everything that isn't in `files`. Always include the readme, license, notice, changes, changelog, and history files, if they exist, and the package.json file itself.\n2. If there's no `package.json` file (or it has no `files` list), and there is a `.npmignore` file, then ignore all the files in the `.npmignore` file.\n3. If there's no `package.json` with a `files` list, and there's no `.npmignore` file, but there is a `.gitignore` file, then ignore all the files in the `.gitignore` file.\n4. Everything in the root `node_modules` is ignored, unless it's a bundled dependency. If it IS a bundled dependency, and it's a symbolic link, then the target of the link is included, not the symlink itself.\n5. Unless they're explicitly included (by being in a `files` list, or a `!negated` rule in a relevant `.npmignore` or `.gitignore`), always ignore certain common cruft files:\n\n   1. .npmignore and .gitignore files (their effect is in the package already, there's no need to include them in the package)\n   2. editor junk like `.*.swp`, `._*` and `.*.orig` files\n   3. `.npmrc` files (these may contain private configs)\n   4. The `node_modules/.bin` folder\n   5. Waf and gyp cruft like `/build/config.gypi` and `.lock-wscript`\n   6. Darwin's `.DS_Store` files because wtf are those even\n   7. `npm-debug.log` files at the root of a project\n\n   You can explicitly re-include any of these with a `files` list in `package.json` or a negated ignore file rule.\n\n## Release Notes\n\n### 1.0.0 2019-04-07\n\nInitial release of\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersakl%2Fworkspace-archive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodersakl%2Fworkspace-archive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersakl%2Fworkspace-archive/lists"}