efellemedia/fusioncms-downloader

There is no license information available for the latest version (v1.3.1) of this package.

Command line downloader for FusionCMS.

v1.3.1 2021-04-08 19:50 UTC

This package is auto-updated.

Last update: 2024-04-09 02:42:11 UTC


README

Installation

1. Install Globally

Use Composer to install the FusionCMS downloader globally:

composer global require efellemedia/fusioncms-downloader

2. Register Token

After purchasing a FusionCMS license, run the fusion register command with your registration token

fusion register token-value

3. Download FusionCMS!

Once your FusionCMS client has been registered, you can run the new command to create new projects:

fusion new project-name

Specific Release

You may specify the release you wish to download in the instance you need an older version of the CMS through the second argument:

fusion new project-name v5.3.10