WP Manifestindependent plugin directory
manifest / integrations / wp-allocator

WP-Allocator

WordPress plugin for My Allocator channel manager

by Pablo Marchena · github.com/pablomarch/wp-allocator · website

2stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/pablomarch/wp-allocator/archive/refs/heads/master.zip

From the readme

Description WordPress plugin for My Allocator channel manager Features Sass for stylesheets ES6 for JavaScript Webpack for compiling assets, optimizing images, and concatenating and minifying files Browsersync for synchronized browser testing Requirements Make sure all dependencies have been installed before moving on: WordPress = 4.7 PHP = 5.6.4 Composer Node.js = 6.9.x Yarn Plugin Installation Fork or clone repository in your local dir yarn — navigate to the plugin directory and run yarn composer install — Install composer dependencies yarn run build - Initial build yarn run start - 'Watch' Install dependencies From the command line on your host machine (not on your Vagrant development box), navigate to the theme directory then run yarn: You now have all the necessary dependencies to run the build process. Build commands yarn run start — Compile assets when file changes are made, start Browsersync session yarn run build — Compile and optimize the files in your assets directory yarn run build:production — Compile assets for production Additional commands yarn run rmdist — Remove your dist/ folder yarn run lint — Run ESLint against your assets and b

Read the full README on GitHub →