Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffreyvr/wp-plugin-skeleton
https://github.com/jeffreyvr/wp-plugin-skeleton
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffreyvr/wp-plugin-skeleton
- Owner: jeffreyvr
- License: mit
- Created: 2023-09-29T14:47:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T14:59:23.000Z (about 1 year ago)
- Last Synced: 2024-05-02T02:06:24.275Z (7 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
:plugin_name
This repo can be used to scaffold a WordPress plugin. Follow these steps to get started:
- Press the "Use this template" button at the top of this repo to create a new repo with the contents of this skeleton.
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
- Have fun building your plugin.Inspired by Spatie's [Laravel Package Skeleton](https://github.com/spatie/package-skeleton-laravel).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [:author_name](https://github.com/:author_username)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.