{"id":22825293,"url":"https://github.com/elsoul/skeet-next","last_synced_at":"2025-10-08T16:27:03.107Z","repository":{"id":177979912,"uuid":"658900086","full_name":"elsoul/skeet-next","owner":"elsoul","description":"🧪 Skeet Framework Boilerplate with Next.js (React) + Firestore🔥","archived":false,"fork":false,"pushed_at":"2024-07-11T20:13:24.000Z","size":20808,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-20T13:32:03.406Z","etag":null,"topics":["firebase","firestore","google-cloud-platform","nextjs","react","serverless","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://skeet.dev/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elsoul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-26T18:13:40.000Z","updated_at":"2025-01-10T20:41:34.000Z","dependencies_parsed_at":"2023-07-21T09:00:57.485Z","dependency_job_id":"554851b0-27fb-4cfd-a32b-fd4190801ca7","html_url":"https://github.com/elsoul/skeet-next","commit_stats":null,"previous_names":["elsoul/skeet-next"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsoul%2Fskeet-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsoul%2Fskeet-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsoul%2Fskeet-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elsoul%2Fskeet-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elsoul","download_url":"https://codeload.github.com/elsoul/skeet-next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250395065,"owners_count":21423374,"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":["firebase","firestore","google-cloud-platform","nextjs","react","serverless","tailwindcss","typescript"],"created_at":"2024-12-12T17:10:05.217Z","updated_at":"2025-10-08T16:26:58.057Z","avatar_url":"https://github.com/elsoul.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Skeet Next.js Template](https://storage.googleapis.com/skeet-assets/imgs/samples/WebAppBoilerplate.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=ELSOUL_LABO2\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/ELSOUL_LABO2.svg?label=Follow%20@ELSOUL_LABO2\" alt=\"Follow @ELSOUL_LABO2\" /\u003e\n  \u003c/a\u003e\n  \u003cbr/\u003e\n\n  \u003ca aria-label=\"npm version\" href=\"https://www.npmjs.com/package/@skeet-framework/cli\"\u003e\n    \u003cimg alt=\"\" src=\"https://badgen.net/npm/v/@skeet-framework/cli\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"Downloads Number\" href=\"https://www.npmjs.com/package/@skeet-framework/cli\"\u003e\n    \u003cimg alt=\"\" src=\"https://badgen.net/npm/dt/@skeet-framework/cli\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"License\" href=\"https://github.com/elsoul/skeet-cli/blob/master/LICENSE.txt\"\u003e\n    \u003cimg alt=\"\" src=\"https://badgen.net/badge/license/Apache/blue\"\u003e\n  \u003c/a\u003e\n    \u003ca aria-label=\"Code of Conduct\" href=\"https://github.com/elsoul/skeet-cli/blob/master/CODE_OF_CONDUCT.md\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Skeet Framework Boilerplate\n\nThis repo will be generated from _skeet create \u003cproject-name\u003e_ .\n\n## Usage\n\n```bash\n$ npm i -g firebase-tools\n$ npm i -g @skeet-framework/cli\n```\n\n```bash\n$ skeet create \u003cproject-name\u003e\n```\n\n```bash\n$ cd \u003cproject-name\u003e\n$ skeet s\n```\n\nOpen a new terminal and run:\n\n```bash\n$ skeet login\n$ export ACCESS_TOKEN=\u003cyour-token\u003e\n```\n\n**※ You need OpenAI API key to get success for default test.**\n\n_./functions/skeet/.env_\n\n```bash\nCHAT_GPT_KEY=your-key\nCHAT_GPT_ORG=your-org\n```\n\nTest your app:\n\n```bash\n$ skeet test\n```\n\nOpen Firebase Emulator: http://localhost:4000\n\nOpen Front-end App: http://localhost:4200\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet-next This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe package is available as open source under the terms of the [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).\n\n## Code of Conduct\n\nEveryone interacting in the SKEET project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/elsoul/skeet-next/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsoul%2Fskeet-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felsoul%2Fskeet-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felsoul%2Fskeet-next/lists"}