https://github.com/manhphuc/wp-plugin-yivic-base
Yivic Base plugin to WordPress development, this requires ACF plugin to work
https://github.com/manhphuc/wp-plugin-yivic-base
composer-package wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
Yivic Base plugin to WordPress development, this requires ACF plugin to work
- Host: GitHub
- URL: https://github.com/manhphuc/wp-plugin-yivic-base
- Owner: manhphuc
- Created: 2020-11-19T11:02:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T13:37:39.000Z (over 1 year ago)
- Last Synced: 2025-04-11T04:05:01.110Z (about 1 year ago)
- Topics: composer-package, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 11.5 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Introduction
- Since I needed to do a lot of WordPress projects and they have same formula so I decide to create this plugin as a base plugin for all of my WordPress development.
## Setting Up
- We need to set all requirements needed for the app (using [WP_CLI](https://wp-cli.org/) )
```shell script
wp yivic-base setup
```