Skip to content

Builds ZIP archives from the SunLight CMS 8.x repository intended for distribution

License

Notifications You must be signed in to change notification settings

sunlight-cms/packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packager

Builds ZIP archives from the SunLight CMS 8.x repository intended for distribution.

Requirements

  • PHP 7.1+
  • SunLight CMS codebase (version 8.x)
  • Composer

Installation

  1. download (or clone) this repository
  2. run composer install

Usage

bin/make-package -r <root-dir> [options]

  -r        path to the sunlight root directory (required)
  -o        output .zip output path (default name: sunlight-cms-%version%.zip)

bin/make-patch -r <root-dir> [options]

  -r        path to the sunlight root directory (required, must be a GIT repo)
  -o        output .zip path (default name: %from-%to%.zip)
  --since   starting tag or commit (defaults to newest version tag)
  --from    version constraint this patch applies to (defaults to --since version if possible)
  --to      version this patch updates to (defaults to core version)
  --db      path to a .sql patch file (optional)
  --script  path to a .php patch script (optional)

About

Builds ZIP archives from the SunLight CMS 8.x repository intended for distribution

Resources

License

Stars

Watchers

Forks

Releases

No releases published