Skip to content

Compiles Underpin dependencies so it can be used in a packaged WordPress plugin or theme.

Notifications You must be signed in to change notification settings

Underpin-WP/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Underpin Dependency Compiler

This utility will automatically take all Underpin dependencies and replace them with a different chosen name. This makes it possible to package Underpin in a way that prevents unexpected collissions with other plugins that may also be using a different version of Underpin.

The intent of this compiler is to be extremely basic, so there's no configuration. In fact, this all this compiler does right now is literally rename all references to Underpin with the name you specify.

Right now, this assumes that you are working with Composer, and does not support builds that are not using Composer, however that could be changed in the future.

Installation

composer require underpin/compiler --dev

Usage

vendor/bin/package-underpin.php customized_name

About

Compiles Underpin dependencies so it can be used in a packaged WordPress plugin or theme.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages