{"id":20503832,"url":"https://github.com/phcode-dev/extension-template","last_synced_at":"2025-04-13T20:46:18.031Z","repository":{"id":212677362,"uuid":"611248741","full_name":"phcode-dev/extension-template","owner":"phcode-dev","description":"Quick start and create a new extension by using this template.","archived":false,"fork":false,"pushed_at":"2024-11-13T09:37:28.000Z","size":25,"stargazers_count":15,"open_issues_count":1,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T20:46:14.504Z","etag":null,"topics":[],"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/phcode-dev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-08T12:42:37.000Z","updated_at":"2025-04-13T09:58:40.000Z","dependencies_parsed_at":"2024-11-13T10:26:11.861Z","dependency_job_id":"e1e8e661-85b2-48d8-9166-9be1f08533fd","html_url":"https://github.com/phcode-dev/extension-template","commit_stats":null,"previous_names":["phcode-dev/extension-template"],"tags_count":3,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcode-dev%2Fextension-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcode-dev%2Fextension-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcode-dev%2Fextension-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phcode-dev%2Fextension-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phcode-dev","download_url":"https://codeload.github.com/phcode-dev/extension-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248782275,"owners_count":21160716,"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":[],"created_at":"2024-11-15T19:34:29.586Z","updated_at":"2025-04-13T20:46:18.014Z","avatar_url":"https://github.com/phcode-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extension Template\n\nQuick start and create a new extension by using this template. Follow the below 4 steps:\n\nRefer this [link](https://docs.phcode.dev/api/creating-extensions) for detailed extension docs after following the below steps:\n\n## step 1\n\nLogin with github: https://github.com/login\n\n## step 2\n\nCreate a new repository using this template.\n![New extension from template](https://user-images.githubusercontent.com/5336369/223931565-2708e516-a422-4e7b-9d89-9ac48c919c3d.gif)\n\n## step 3\n\n* Clone your GitHub Repository created from `step 2`. See [this link](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) to learn how to clone a repository from GitHub.\n* Edit `package.json` file in template, make sure to update the following fields accordingly:\n\n| Field       | Description                                                            |\n|-------------|------------------------------------------------------------------------|\n| `title`     | Replace \"Name of the extension\" with the actual title of your extension. |\n| `name`      | Change `github-\u003cowner\u003e-\u003crepo\u003e` to your specific package name, formatted as `github-yourusername-reponame`. |\n| `description` | Update to a brief, relevant description of what your extension does.  |\n| `version`   | Start with \"0.0.1\" or update to reflect your current version following semantic versioning. |\n| `license`   | Confirm \"MIT\" is suitable or specify another license if necessary.     |\n| `author`    | Replace with your name and a link to your GitHub profile or another URL. |\n| `homepage`  | Set to the URL of your project’s homepage or GitHub repository.        |\n| `engines`   | Ensure compatibility with the required Brackets version, e.g., \"\u003e=3.0.0\". |\n| `categories`| Update \"demo\" with relevant categories that fit your extension.         |\n| `keywords`  | Update or append additional keywords that describe your extension.    |\n| `files`     | Ensure this includes all necessary files and folders for your extension. |\n\n## step 4\n\n* Go to https://create.phcode.dev .This is a special development centric website of phcode.dev which shows non minified js/css files in the browser developer tools.\n* Open the cloned folder and select `Debug \u003e Load Project As Extension`\n\n![image](https://user-images.githubusercontent.com/5336369/224746152-0416a862-891a-4fe1-b9dd-09add25a6cc0.png)\n\n\n* You can now make code changes to your extension and select `Debug\u003e Reload With Extensions` to test the new code changes.\n* When you are done developing the extension/theme, select `Debug\u003e Unload Project As Extension` to unload the extension.\n\n![image](https://user-images.githubusercontent.com/5336369/224747590-556dff1d-5b29-41c3-88a0-3ce72ab643d0.png)\n\n# Detailed Documentation\n\nPlease go to [https://docs.phcode.dev/api/creating-extensions](https://docs.phcode.dev/api/creating-extensions) for more documentation/community support links.\n\n# Publishing your extension to the repository\n\nOnce you have built your extension/theme, you can publish the extension to phcode.dev extension repository in a single step directly from this repository.\nPlease see publish section in this link for more details: [Publishing extension and themes](https://docs.phcode.dev/api/publishing-extensions)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphcode-dev%2Fextension-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphcode-dev%2Fextension-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphcode-dev%2Fextension-template/lists"}