https://github.com/codexshaper/wpb-framework
Wordpress plugin builder framework
https://github.com/codexshaper/wpb-framework
Last synced: 6 months ago
JSON representation
Wordpress plugin builder framework
- Host: GitHub
- URL: https://github.com/codexshaper/wpb-framework
- Owner: Codexshaper
- License: gpl-2.0
- Created: 2020-06-18T10:05:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T13:28:00.000Z (over 5 years ago)
- Last Synced: 2025-03-25T05:01:44.344Z (11 months ago)
- Language: PHP
- Size: 780 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](http://badges.mit-license.org)
[](https://travis-ci.org/Codexshaper/wpb-framework)
[](https://scrutinizer-ci.com/g/Codexshaper/wpb-framework)
[](https://scrutinizer-ci.com/g/Codexshaper/wpb-framework/build-status/master)
[](https://scrutinizer-ci.com/code-intelligence)
[](https://packagist.org/packages/Codexshaper/oauth2)
[](https://packagist.org/packages/Codexshaper/wpb-framework)
# Description
Wordpress plugin builder framework
## Install
1. Download and create new project
```
composer create-project codexshaper/wpb-framework plugin-name
```
2. Autoload
```
composer dump-autoload
```
3. Install npm
```
npm install
```
4. Build or Serve
```
npm run build
```
OR
```
npm run serve
```