{"id":13423772,"url":"https://github.com/fmiras/next-pkg","last_synced_at":"2025-03-15T17:32:16.624Z","repository":{"id":52080853,"uuid":"120803772","full_name":"fmiras/next-pkg","owner":"fmiras","description":"Extended Next.js server with pkg support","archived":true,"fork":false,"pushed_at":"2022-11-05T14:36:57.000Z","size":435,"stargazers_count":66,"open_issues_count":19,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-02T08:06:52.480Z","etag":null,"topics":["binary","next","nextjs","pkg","react","server-side-rendering"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fmiras.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":"2018-02-08T18:58:06.000Z","updated_at":"2024-08-02T08:06:52.481Z","dependencies_parsed_at":"2023-01-21T08:02:24.668Z","dependency_job_id":null,"html_url":"https://github.com/fmiras/next-pkg","commit_stats":null,"previous_names":["onready/next-pkg"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmiras%2Fnext-pkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmiras%2Fnext-pkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmiras%2Fnext-pkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fmiras%2Fnext-pkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fmiras","download_url":"https://codeload.github.com/fmiras/next-pkg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243767246,"owners_count":20344895,"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":["binary","next","nextjs","pkg","react","server-side-rendering"],"created_at":"2024-07-31T00:00:42.111Z","updated_at":"2025-03-15T17:32:15.844Z","avatar_url":"https://github.com/fmiras.png","language":"JavaScript","funding_links":[],"categories":["Extensions","JavaScript"],"sub_categories":[],"readme":"![img](https://imgur.com/tsfURMV.png)\n\n[![NPM version](https://img.shields.io/npm/v/next-pkg.svg)](https://www.npmjs.com/package/next-pkg)\n[![Build Status](https://travis-ci.org/fmiras/next-pkg.svg?branch=master)](https://travis-ci.org/fmiras/next-pkg)\n[![Build status](https://ci.appveyor.com/api/projects/status/mnexxl2i3fpkevpw?svg=true)](https://ci.appveyor.com/project/fmiras/next-pkg)\n[![Dependabot](https://badgen.net/badge/Dependabot/enabled/green?icon=dependabot)](https://dependabot.com/)\n[![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/standard/standard)\n[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/next-js)\n\nNext-Pkg is a package for compiling your [Next.js](https://github.com/zeit/next.js) project with [pkg](https://github.com/zeit/pkg). This is how you can deploy your Next.js apps on enviroments without node installed! (And take advantage of all the other pkg features)\n\n## Usage\n\n```bash\ncd my-next-js-project/\nnpm install --save next-pkg pkg\n```\n\nand add a script to your package.json like this:\n\n```json\n{\n  \"scripts\": {\n    \"dev\": \"next\",\n    \"build\": \"next build\",\n    \"start\": \"next start\",\n    \"dist\":\"next-pkg\"\n  }\n}\n```\n\nthen just run `npm run dist` and you will find on `dist` folder your next.js binary compiled project.\n\n## Contributing\n\n1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device\n2. Link the package to the global module directory: `npm link`\n3. Within the module you want to test your local development instance of next-pkg, just link it to the dependencies: `npm link next-pkg`. Instead of the default one from npm, node will now use your clone of Next-Pkg!\n\n## Credits\n\nThanks to [ZEIT](https://zeit.co) Team for giving us this two amazing tools to make our life easier!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmiras%2Fnext-pkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmiras%2Fnext-pkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmiras%2Fnext-pkg/lists"}