WP Get Plugin Data
A Node Package that parses a WordPress plugin or any PHP file contents to retrieve its metadata, just like get_plugin_data()
WordPress function
Use it like this:
plugin-file.php
app.js
const WPGetPluginData = ;;
name: 'My Plugin File' pluginURI: 'https://wordpress.org/plugins/...' version: '1.0.0' description: 'My plugin description' author: 'Author Name' authorURI: 'https://github.com/...' textDomain: 'my-plugin-domain' domainPath: '/src/languages' requiresWP: '3.0.0' requiresPHP: '7.0'