{"id":17793672,"url":"https://github.com/andyexeter/capistrano-tar-files","last_synced_at":"2025-04-02T02:19:32.516Z","repository":{"id":59151894,"uuid":"91893488","full_name":"andyexeter/capistrano-tar-files","owner":"andyexeter","description":"Capistrano extension to speed up deployments by creating and unpacking tarballs for vendor directories","archived":false,"fork":false,"pushed_at":"2019-02-23T12:34:28.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T17:18:05.212Z","etag":null,"topics":["capistrano","copy","tar"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/andyexeter.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":"2017-05-20T14:11:02.000Z","updated_at":"2019-02-23T12:34:29.000Z","dependencies_parsed_at":"2022-09-13T11:01:01.787Z","dependency_job_id":null,"html_url":"https://github.com/andyexeter/capistrano-tar-files","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/andyexeter%2Fcapistrano-tar-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fcapistrano-tar-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fcapistrano-tar-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andyexeter%2Fcapistrano-tar-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andyexeter","download_url":"https://codeload.github.com/andyexeter/capistrano-tar-files/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741116,"owners_count":20826067,"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":["capistrano","copy","tar"],"created_at":"2024-10-27T11:11:59.307Z","updated_at":"2025-04-02T02:19:32.481Z","avatar_url":"https://github.com/andyexeter.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"capistrano-tar-files\n=====================\n\nCapistrano v3.* extension to speed up deployments by creating and unpacking tarball archives\nfor directories which don't change much between releases e.g `vendor` (Composer) and `node_modules` (npm/yarn)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano', '~\u003e 3.3.0'\ngem 'capistrano-tar-files'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install capistrano-tar-files\n\n## Usage\n\nRequire in `Capfile` to use the default task:\n\n```ruby\nrequire 'capistrano/tar_files'\n```\n\nTarballs are unpacked during `deploy:updating` and created during `deploy:finishing` as part of Capistrano's default deploy\n\nConfigurable options:\n\n```ruby\nset :tar_files, []                       # default\nset :tar_location, \"tarballs\"            # default\nset :tar_unpack_flags, \"xf\"              # default\nset :tar_create_flags, \"cf\"              # default\n```\n\n## Example\n```ruby\n# Create and unpack tarballs for these directories between releases\nset :tar_files, ['vendor', 'node_modules', 'web/assets']\n```\n\n## Prior Art\n\nThis extension was inspired by [capistrano-copy-files](https://github.com/capistrano/copy-files)\n\n## License\n\nReleased under the [MIT license](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyexeter%2Fcapistrano-tar-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandyexeter%2Fcapistrano-tar-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandyexeter%2Fcapistrano-tar-files/lists"}