Skip to content

Instantly share code, notes, and snippets.

@davidjguru
Created December 14, 2018 07:23
Show Gist options
  • Save davidjguru/48fc8b24dbc122516386e02f11b29844 to your computer and use it in GitHub Desktop.
Save davidjguru/48fc8b24dbc122516386e02f11b29844 to your computer and use it in GitHub Desktop.
Creating nodes with Drupal Console (Module Devel Generate style)
drupal create:nodes content-name --limit="6" --title-words="2" --time-range="10" --language="und"
# It will ask about language by prompt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment