This module exports all content of a Drupal site in a hierarchy of portable JSON files. It is still in development.
- Drush 9
- TOML (installed with composer)
At the root of your drupal installation, type
drush emigrate:initIt will create an "emigrate" directory with a TOML configuration file inside it. You can then type
drush emigrate:exportAll nodes, users and taxonomy terms will be exported as individual json files in the emigrate directory.