1.0.4 • Published 5 years ago

d8-dcd v1.0.4

Weekly downloads
1
License
GPL-3.0
Repository
-
Last release
5 years ago

Drupal 8 Default Content Doctor

The Drupal 8 Default Content Doctor or "DCD" for short is a lightweight command line tool for debugging exported json configurations from the Default Content Module.

This tool is intended for people (mistakenly) using the Default Content module as a collaborative, vcs-friendly development tool. As you may have already realized, using it this way results in constant conflicts, install errors and general messiness. DCD gives you insights about your exported content, such as missing or repeated IDs, to aid as a debugging tool.

Installation

npm install -g d8-dcd

Usage

# Display a list of problems identified in exports
dcd --diagnose --folder="mysite/.../content"
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago