Download the PHP package niklasdahlqvist/wordpress-git-installer without Composer
On this page you can find all versions of the php package niklasdahlqvist/wordpress-git-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download niklasdahlqvist/wordpress-git-installer
More information about niklasdahlqvist/wordpress-git-installer
Files in niklasdahlqvist/wordpress-git-installer
Package wordpress-git-installer
Short Description WordPress Git installer.
License MIT
Informations about the package wordpress-git-installer
WordPress Git Installer
A command line tool for setting up WordPress Sites for development. Inspired by the Laravel Installer.
First, download the installer using Composer:
composer global require niklasdahlqvist/wordpress-git-installer
Make sure to place composer's system-wide vendor bin directory in your $PATH
so the wordpress-git-installer executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:
- macOS:
$HOME/.composer/vendor/bin
- GNU / Linux Distributions:
$HOME/.config/composer/vendor/bin
- Windows:
%USERPROFILE%\AppData\Roaming\Composer\vendor\bin
Once installed, the wp-git-installer new
command will create a fresh WordPress installation in the directory you specify. For instance, wp-git-installer new blog
will create a directory named blog
containing a fresh WordPress installation:
wp-git-installer new blog
All versions of wordpress-git-installer with dependencies
symfony/filesystem Version ^6.1.5
symfony/finder Version ^6.1.3
guzzlehttp/guzzle Version ^7.3
symfony/process Version ^6.1.3