{"id":20358678,"url":"https://github.com/jongwooo/next-cache","last_synced_at":"2025-04-12T03:22:38.194Z","repository":{"id":65160371,"uuid":"582232379","full_name":"jongwooo/next-cache","owner":"jongwooo","description":"Cache Next.js for faster application rebuilds","archived":false,"fork":false,"pushed_at":"2024-08-30T08:28:57.000Z","size":37,"stargazers_count":12,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T22:51:29.254Z","etag":null,"topics":["build-cache","github-actions","nextjs"],"latest_commit_sha":null,"homepage":"https://jongwooo.github.io/next-cache/","language":null,"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/jongwooo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"jongwooo"}},"created_at":"2022-12-26T06:53:03.000Z","updated_at":"2024-10-22T07:23:04.000Z","dependencies_parsed_at":"2024-11-14T23:28:34.562Z","dependency_job_id":"e25dd81c-eb2c-4f9d-bb0f-b905021e4a94","html_url":"https://github.com/jongwooo/next-cache","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"7b657b8ea260aa7a4ebc140a5d670dfa6432da81"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fnext-cache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fnext-cache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fnext-cache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongwooo%2Fnext-cache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongwooo","download_url":"https://codeload.github.com/jongwooo/next-cache/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248510612,"owners_count":21116235,"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":["build-cache","github-actions","nextjs"],"created_at":"2024-11-14T23:28:18.244Z","updated_at":"2025-04-12T03:22:38.172Z","avatar_url":"https://github.com/jongwooo.png","language":null,"readme":"# NextJS Cache\n\nThis action allows [caching Next.js](https://nextjs.org/docs/advanced-features/ci-build-caching) for faster application rebuilds.\n\n[![LICENSE](https://img.shields.io/github/license/jongwooo/next-cache?color=blue)](LICENSE)\n[![CodeFactor](https://www.codefactor.io/repository/github/jongwooo/next-cache/badge)](https://www.codefactor.io/repository/github/jongwooo/next-cache)\n[![GitHub stars](https://img.shields.io/github/stars/jongwooo/next-cache?style=social)](https://github.com/jongwooo/next-cache)\n\n## Usage\n\n### Pre-requisites\n\nCreate a workflow `.yml` file in your repositories `.github/workflows` directory. For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).\n\n### Cache Details\n\nThis action currently caches the following directories:\n\n- `.next/cache` (cache of data and rendered assets)\n\n### Example workflow\n\n```yaml\n- uses: actions/checkout@v3\n\n- name: Set up Node.js\n  uses: actions/setup-node@v3\n  with:\n   node-version: 18\n\n- uses: jongwooo/next-cache@v1\n\n- name: Install dependencies\n  run: npm ci\n\n- name: Build\n  run: npm run build\n```\n\n## Contributing\n\nCheck out [Contributing guide](.github/CONTRIBUTING.md) for ideas on contributing and setup steps for getting our repositories up.\n\n## License\n\nLicensed under the [MIT License](LICENSE).\n","funding_links":["https://github.com/sponsors/jongwooo"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongwooo%2Fnext-cache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongwooo%2Fnext-cache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongwooo%2Fnext-cache/lists"}