drupal-tome / tome_console
Contains global Drupal Console commands for initializing and installing Tome
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:drupal-console-library
Requires (Dev)
- symfony/console: ~2.8|~3.0
This package is auto-updated.
Last update: 2024-10-12 08:06:14 UTC
README
This repository contains global Drupal Console commands which make installing and initializing Tome easier. These commands are not required to use Tome, which is why they are included in a separate repository.
Commands
tome:install
Installs Drupal using the profile defined in your exported config, then installs Tome and runs an import.
tome:init
Prompts the user to choose an profile to install, then installs Tome and runs an export. You should only run this once when starting a new project.