Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewapicture/packagist
https://github.com/drewapicture/packagist
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drewapicture/packagist
- Owner: DrewAPicture
- Created: 2015-12-30T14:51:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T14:55:37.000Z (about 9 years ago)
- Last Synced: 2024-10-16T00:14:20.884Z (3 months ago)
- Language: PHP
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WP Parser
WP-Parser is the parser for creating the new code reference at [developer.wordpress.org](http://developer.wordpress.org/reference). It parses the inline documentation and produces custom post type entries in WordPress.
We are currently looking for contributors to help us complete the work on the parser.
There is a guide to developing for developer.wordpress.org in the [WordPress documentation handbook](http://make.wordpress.org/docs/handbook/projects/devhub/)
## Requirements
* PHP 5.4+
* [Composer](https://getcomposer.org/)
* [WP CLI](http://wp-cli.org/)Clone the repository into your WordPress plugins directory:
```bash
git clone [email protected]:WordPress/phpdoc-parser.git
```After that install the dependencies using composer in the parser directory:
```bash
composer install
```## Running
Note: ensure the plugin is enabled first.In your site's directory:
$ wp parser create /path/to/source/code --user=