{"id":20768763,"url":"https://github.com/uriweb/uri-plugin-template","last_synced_at":"2026-05-18T15:14:20.635Z","repository":{"id":43995523,"uuid":"151142364","full_name":"uriweb/uri-plugin-template","owner":"uriweb","description":":rocket: A template for creating WordPress plugins with dev tools","archived":false,"fork":false,"pushed_at":"2025-06-17T18:01:54.000Z","size":1044,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-24T11:03:13.382Z","etag":null,"topics":["template","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uriweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-10-01T18:59:01.000Z","updated_at":"2023-02-08T17:43:54.000Z","dependencies_parsed_at":"2024-11-17T23:48:36.691Z","dependency_job_id":"a11e7b5e-a396-4a67-bb50-25fb976ff70a","html_url":"https://github.com/uriweb/uri-plugin-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/uriweb/uri-plugin-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriweb%2Furi-plugin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriweb%2Furi-plugin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriweb%2Furi-plugin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriweb%2Furi-plugin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uriweb","download_url":"https://codeload.github.com/uriweb/uri-plugin-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uriweb%2Furi-plugin-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273543271,"owners_count":25124291,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["template","wordpress","wordpress-plugin"],"created_at":"2024-11-17T11:40:48.987Z","updated_at":"2026-05-18T15:14:15.599Z","avatar_url":"https://github.com/uriweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URI Plugin Template\n\nThe URI Plugin Template repository is a base template for building WordPress plugins with gulp, PHP Code Sniffer, and Travis CI.\n\n## How do I get set up?\n\nThere are a few things you need to do to get up and running:\n\n1. Download [master.zip](https://github.com/uriweb/uri-plugin-template/archive/master.zip) and unzip it\n\n2. Rename `.gitattributes-sample` to `.gitattributes`\n\n3. Rename the main plugin file [`uri-plugin-template.php`](https://github.com/uriweb/uri-plugin-template/blob/master/uri-plugin-template.php) and update the header to match your new plugin.\n\n4. Update [`package.json`](https://github.com/uriweb/uri-plugin-template/blob/master/package.json) with your new plugin info.\n\n5. Update the `@package` tag in [`src/js/script.js`](https://github.com/uriweb/uri-plugin-template/blob/master/src/js/script.js).\n\n6. Gulp runs a task to update the plugin version number from `package.json`, so you don't have to update it in two places.  However, gulp looks for the main plugin file by name in order to do this, so you'll need to update [`gulp.js`](https://github.com/uriweb/uri-plugin-template/blob/e7208805f9fedd83c29739de3307e91a0e64aaea/gulpfile.js#L86) to reflect the new name.\n\n7. If you already have gulp and gulp-cli installed globally, install gulp and devDependencies in the project directory:\n\n```shell\n$ cd \u003cproject_dir\u003e\n$ npm install gulp\n$ npm install --save-dev\n```\n\nFinally, don't forget to update this readme.\n\n**For a more thorough install, and for PHP Code Sniffer support, head over to [SETUP.md](https://github.com/uriweb/uri-plugin-template/blob/master/SETUP.md).**\n\n\n## Plugin Details\n\n[![Master Build Status](https://travis-ci.com/uriweb/uri-plugin-template.svg?branch=master \"Master build status\")](https://travis-ci.com/uriweb/uri-plugin-template)\n[![CodeFactor](https://www.codefactor.io/repository/github/uriweb/uri-plugin-template/badge/master)](https://www.codefactor.io/repository/github/uriweb/uri-plugin-template/overview/master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/77712193bd8643f88fad1fbdc8a02c87)](https://www.codacy.com/app/uriweb/uri-plugin-template?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=uriweb/uri-plugin-template\u0026amp;utm_campaign=Badge_Grade)\n[![devDependencies Status](https://david-dm.org/uriweb/uri-plugin-template/dev-status.svg)](https://david-dm.org/uriweb/uri-plugin-template?type=dev)\n\nURI Plugin Template  \nA base template for building WordPress plugins with gulp, PHP Code Sniffer, and Travis CI.\n\nContributors: Brandon Fuller  \nTags: plugins  \nRequires at least: 4.0  \nTested up to: 4.9  \nStable tag: 0.1.0  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiweb%2Furi-plugin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furiweb%2Furi-plugin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furiweb%2Furi-plugin-template/lists"}