{"id":15527602,"url":"https://github.com/schlessera/pluginiser","last_synced_at":"2026-07-17T10:32:33.984Z","repository":{"id":95632589,"uuid":"128374633","full_name":"schlessera/pluginiser","owner":"schlessera","description":"Utility command for WP-CLI workshop at WordCamp Torino 2018","archived":false,"fork":false,"pushed_at":"2018-04-06T09:47:49.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T15:36:59.068Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schlessera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2018-04-06T09:22:27.000Z","updated_at":"2020-10-16T10:26:41.000Z","dependencies_parsed_at":"2023-05-21T05:00:27.754Z","dependency_job_id":null,"html_url":"https://github.com/schlessera/pluginiser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schlessera/pluginiser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Fpluginiser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Fpluginiser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Fpluginiser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Fpluginiser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schlessera","download_url":"https://codeload.github.com/schlessera/pluginiser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Fpluginiser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35579286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"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":["hacktoberfest"],"created_at":"2024-10-02T11:07:42.258Z","updated_at":"2026-07-17T10:32:33.938Z","avatar_url":"https://github.com/schlessera.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"schlessera/pluginiser\n=====================\n\nCreate a pseudo-plugin that can be edited through the WP file editor\n\n[![Build Status](https://travis-ci.org/schlessera/pluginiser.svg?branch=master)](https://travis-ci.org/schlessera/pluginiser)\n\nQuick links: [Using](#using) | [Installing](#installing) | [Contributing](#contributing) | [Support](#support)\n\n## Using\n\nThis package implements the following commands:\n\n### wp pluginiser create\n\nCreates an empty plugin.\n\n~~~\nwp pluginiser create \u003cslug\u003e\n~~~\n\nCreates the folder for a new empty plugin and adds a placeholder file\nthat contains basic plugin meta header information so that it is\nrecognized within the WordPress file editor.\n\n**OPTIONS**\n\n\t\u003cslug\u003e\n\t\tSlug of the plugin to create.\n\n**EXAMPLES**\n\n$ wp pluginiser create my-plugin\nSuccess: Created plugin folder for plugin: \"my-plugin\"\n\n\n\n### wp pluginiser add-file\n\nAdds a file to a plugin.\n\n~~~\nwp pluginiser add-file \u003cplugin\u003e \u003cfilepath\u003e\n~~~\n\nAdds a new empty file to a given plugin. You can include subfolders in\nthe file path that are relative to the plugin's root folder.\n\n**OPTIONS**\n\n\t\u003cplugin\u003e\n\t\tSlug of the plugin to add a file to.\n\n\t\u003cfilepath\u003e\n\t\tPath and file name for the file to add. The path should be relative to\n\t\tthe plugin root.\n\n**EXAMPLES**\n\n$ wp pluginiser add-file my-plugin subfolder/test-file.php\nSuccess: Created file \"subfolder/test-file.php\"\n\n## Installing\n\nInstalling this package requires WP-CLI 1.5 or greater. Update to the latest stable release with `wp cli update`.\n\nOnce you've done so, you can install this package with:\n\n    wp package install git@github.com:schlessera/pluginiser.git\n\n## Contributing\n\nWe appreciate you taking the initiative to contribute to this project.\n\nContributing isn’t limited to just code. We encourage you to contribute in the way that best fits your abilities, by writing tutorials, giving a demo at your local meetup, helping other users with their support questions, or revising our documentation.\n\nFor a more thorough introduction, [check out WP-CLI's guide to contributing](https://make.wordpress.org/cli/handbook/contributing/). This package follows those policy and guidelines.\n\n### Reporting a bug\n\nThink you’ve found a bug? We’d love for you to help us get it fixed.\n\nBefore you create a new issue, you should [search existing issues](https://github.com/schlessera/pluginiser/issues?q=label%3Abug%20) to see if there’s an existing resolution to it, or if it’s already been fixed in a newer version.\n\nOnce you’ve done a bit of searching and discovered there isn’t an open or fixed issue for your bug, please [create a new issue](https://github.com/schlessera/pluginiser/issues/new). Include as much detail as you can, and clear steps to reproduce if possible. For more guidance, [review our bug report documentation](https://make.wordpress.org/cli/handbook/bug-reports/).\n\n### Creating a pull request\n\nWant to contribute a new feature? Please first [open a new issue](https://github.com/schlessera/pluginiser/issues/new) to discuss whether the feature is a good fit for the project.\n\nOnce you've decided to commit the time to seeing your pull request through, [please follow our guidelines for creating a pull request](https://make.wordpress.org/cli/handbook/pull-requests/) to make sure it's a pleasant experience. See \"[Setting up](https://make.wordpress.org/cli/handbook/pull-requests/#setting-up)\" for details specific to working on this package locally.\n\n## Support\n\nGithub issues aren't for general support questions, but there are other venues you can try: https://wp-cli.org/#support\n\n\n*This README.md is generated dynamically from the project's codebase using `wp scaffold package-readme` ([doc](https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-readme)). To suggest changes, please submit a pull request against the corresponding part of the codebase.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschlessera%2Fpluginiser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschlessera%2Fpluginiser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschlessera%2Fpluginiser/lists"}